This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

java.io.File issues.


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]