<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Java_Properties_Files</id>
	<title>Java Properties Files - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Java_Properties_Files"/>
	<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Java_Properties_Files&amp;action=history"/>
	<updated>2026-05-17T06:31:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.scott5.org/index.php?title=Java_Properties_Files&amp;diff=157&amp;oldid=prev</id>
		<title>Scott: Created page with &#039;my_app.properties  &lt;pre&gt; scp-aetitle=coil ipaddress-autodetect=true trial=coil #export-enabled=false #anonymizer-enabled=false scp-port=3333 #destination=www.hithere.com scp-ipad…&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Java_Properties_Files&amp;diff=157&amp;oldid=prev"/>
		<updated>2011-01-31T21:57:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;my_app.properties  &amp;lt;pre&amp;gt; scp-aetitle=coil ipaddress-autodetect=true trial=coil #export-enabled=false #anonymizer-enabled=false scp-port=3333 #destination=www.hithere.com scp-ipad…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;my_app.properties &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
scp-aetitle=coil&lt;br /&gt;
ipaddress-autodetect=true&lt;br /&gt;
trial=coil&lt;br /&gt;
#export-enabled=false&lt;br /&gt;
#anonymizer-enabled=false&lt;br /&gt;
scp-port=3333&lt;br /&gt;
#destination=www.hithere.com&lt;br /&gt;
scp-ipaddress=123.45.67.89&lt;br /&gt;
save-enabled=true&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Access a .properties file: &lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
import java.util.Properties;&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Properties props = new Properties;&lt;br /&gt;
props.load(new FileInputStream(&amp;quot;my_app.properties&amp;quot;));&lt;br /&gt;
...&lt;br /&gt;
String aeTitle = props.getProperty(&amp;quot;scp-aetitle&amp;quot;);&lt;br /&gt;
boolean ipAddressAutodetect = (new Boolean(props.getProperty(&amp;quot;ipaddress-autodetect&amp;quot;).booleanValue();&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Scott</name></author>
	</entry>
</feed>