<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:coop="http://www.google.com/coop/namespace"
		>
<channel>
	<title>Comments on: Reading Properties File from outside of a JAR File</title>
	<atom:link href="http://minddiary.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>There is only one way to learn. It&#039;s through action!</description>
	<lastBuildDate>Sat, 05 Dec 2009 01:07:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sudhu</title>
		<link>http://minddiary.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-774</link>
		<dc:creator>Sudhu</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-774</guid>
		<description>What is the solution to read from property file when it is located at root of webapp i.e outside WEB-INF eg:abc.war/a.properties ?</description>
		<content:encoded><![CDATA[<p>What is the solution to read from property file when it is located at root of webapp i.e outside WEB-INF eg:abc.war/a.properties ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aamir Yaseen</title>
		<link>http://minddiary.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-728</link>
		<dc:creator>Aamir Yaseen</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-728</guid>
		<description>Simple and Easy Tip :)</description>
		<content:encoded><![CDATA[<p>Simple and Easy Tip <img src='http://minddiary.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reading Properties File from outside of a JAR File &#171; Lijin&#8217;s Localhost</title>
		<link>http://minddiary.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-691</link>
		<dc:creator>Reading Properties File from outside of a JAR File &#171; Lijin&#8217;s Localhost</dc:creator>
		<pubDate>Thu, 09 Jul 2009 11:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-691</guid>
		<description>[...] Click here to Read Full Article [...]</description>
		<content:encoded><![CDATA[<p>[...] Click here to Read Full Article [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghu</title>
		<link>http://minddiary.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-417</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Mon, 09 Feb 2009 22:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-417</guid>
		<description>Hi Prakash,

If you are still looking for solution, try this
ResourceBundle.getBundle(&quot;folder name inside jar&quot;,locale, classloader);</description>
		<content:encoded><![CDATA[<p>Hi Prakash,</p>
<p>If you are still looking for solution, try this<br />
ResourceBundle.getBundle(&#8220;folder name inside jar&#8221;,locale, classloader);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lijin</title>
		<link>http://minddiary.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-416</link>
		<dc:creator>Lijin</dc:creator>
		<pubDate>Tue, 15 Apr 2008 13:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-416</guid>
		<description>Thanks Prakash :)</description>
		<content:encoded><![CDATA[<p>Thanks Prakash <img src='http://minddiary.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prakash</title>
		<link>http://minddiary.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-415</link>
		<dc:creator>prakash</dc:creator>
		<pubDate>Tue, 15 Apr 2008 13:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-415</guid>
		<description>My problem is the resource file is available in one context (say aa), I&#039;m trying to load the same using ResourceBundle from another context (say bb). But always I get MissingResourceException exception. But it works well when I put the properties file under &quot;bb&quot; context... I think I can use the solution that you mentioned in this post for the time being. But I&#039;m searching for a solution so that I can use ResourceBundle(since the property file is for i18n purposes). Any way thanks dude it is indeed a good post.</description>
		<content:encoded><![CDATA[<p>My problem is the resource file is available in one context (say aa), I&#8217;m trying to load the same using ResourceBundle from another context (say bb). But always I get MissingResourceException exception. But it works well when I put the properties file under &#8220;bb&#8221; context&#8230; I think I can use the solution that you mentioned in this post for the time being. But I&#8217;m searching for a solution so that I can use ResourceBundle(since the property file is for i18n purposes). Any way thanks dude it is indeed a good post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lijin</title>
		<link>http://minddiary.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-414</link>
		<dc:creator>Lijin</dc:creator>
		<pubDate>Mon, 17 Sep 2007 14:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-414</guid>
		<description>Hi Lemnik,

You know friend I always look for your comments. I know there will be something to learn :)

Thanks
Lijin</description>
		<content:encoded><![CDATA[<p>Hi Lemnik,</p>
<p>You know friend I always look for your comments. I know there will be something to learn <img src='http://minddiary.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks<br />
Lijin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://minddiary.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-413</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 17 Sep 2007 13:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/09/14/reading-properties-file-from-outside-of-a-jar-file/#comment-413</guid>
		<description>A very useful post indeed! Just a note on the first code snippet:

String path = System.getProperty(&quot;catalina.base&quot;)
                  + System.getProperty(&quot;file.seperator&quot;)
                  + &quot;YOUR_FILE.properties&quot;;

The System.getProperty(&quot;file.seperator&quot;) can be replaced with: File.separator (a convenience field in the java.io.File class)</description>
		<content:encoded><![CDATA[<p>A very useful post indeed! Just a note on the first code snippet:</p>
<p>String path = System.getProperty(&#8220;catalina.base&#8221;)<br />
                  + System.getProperty(&#8220;file.seperator&#8221;)<br />
                  + &#8220;YOUR_FILE.properties&#8221;;</p>
<p>The System.getProperty(&#8220;file.seperator&#8221;) can be replaced with: File.separator (a convenience field in the java.io.File class)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
