java.io.File issues.
Jeremy Greiner
jeremy@win1.net
Tue Sep 12 08:53:00 GMT 2000
the program seems to hang (CPU jumps up to 100%)
and the when I load the properties file.
this program wokes fine under the standard jdk but
when I try and compile it using gcj (compiles natively)
it compiles fine but when it executes it gets the
the props.load() statement and stop. I am baffled any
suggestions..?
ÃÂ
ÃÂ
Properties props = new Properties();
props.load(new FileInputStream(new
File("./logparse.conf")));
-jeremy
More information about the Java
mailing list