This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: java.io.File issues.
- To: "Jeremy Greiner" <jeremy at win1 dot net>
- Subject: Re: java.io.File issues.
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 12 Sep 2000 10:06:35 -0600
- Cc: <java-discuss at sourceware dot cygnus dot com>
- References: <00ef01c01cd1$a0ee0570$37abf486@stlgreinernt>
- Reply-To: tromey at cygnus dot com
>>>>> "Jeremy" == Jeremy Greiner <jeremy@win1.net> writes:
Jeremy> the program seems to hang (CPU jumps up to 100%) and the when
Jeremy> I load the = properties file. this program wokes fine under
Jeremy> the standard jdk but when I try and = compile it using gcj
Jeremy> (compiles natively) it compiles fine but when it executes it
Jeremy> gets the the props.load() = statement and stop. I am baffled
Jeremy> any suggestions..?
Maybe there is a bug in Properties.load(). Could you send your
properties file?
Tom