Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.help Subject: Re: Avoiding INI files Date: Sun, 27 Nov 2011 04:55:20 -0800 Organization: A noiseless patient Spider Lines: 11 Message-ID: References: <7f8a9062-a0f8-4d21-b2d2-700d423ee825@h42g2000yqd.googlegroups.com> <24983878.703.1322248944758.JavaMail.geo-discussion-forums@pruu5> <029445d9-a274-47b4-8658-9164601c2ba1@d17g2000yql.googlegroups.com> <31374381.72.1322335182411.JavaMail.geo-discussion-forums@pruu5> <41d78b7a-4f8e-4431-a478-1f6952607fd3@u5g2000vbd.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 27 Nov 2011 12:55:21 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="13807"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19oKkXowHZQ4bxHbRB9WoMhVbPJZcziwaQ=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: <41d78b7a-4f8e-4431-a478-1f6952607fd3@u5g2000vbd.googlegroups.com> Cancel-Lock: sha1:n7kQjss+BGujac/D0fejISE/2pY= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.help:1392 On 11/26/2011 3:31 PM, Davej wrote: > I thought I was being concise by not repeating myself, and I thought > the general purpose of *.ini files was pretty well understood by > everyone. I just want to save a few user settings: a few booleans and > a few strings. I am nervous about the idea of writing to the registry. As mentioned, Java Preferences seem to be the answer you are looking for. Java doesn't particularly use ini files. I don't know why you keep bringing them up.