Menu

#1 Null pointer exception when running xor.properties

open
nobody
None
5
2005-02-04
2005-02-04
No

Running under Suse 9.1 with Java 1.5 installed I get
the following error:
rag38@swan:~/anji_1_02> bash evolve.sh xor.properties
off
ANJI v1.0, Copyright (C) 2004 Derek James and Philip Tucker
ANJI comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to
redistribute it
under the conditions of the GNU General Public License.
Exception in thread "main" java.lang.NullPointerException
at
java.util.Properties$LineReader.readLine(Properties.java:365)
at java.util.Properties.load(Properties.java:293)
at com.anji.neat.Evolver.<init>(Unknown Source)
at com.anji.neat.Evolver.main(Unknown Source)

ANJI 1.01 runs fine with both java 1.4 and 1.5 on my
system.

Discussion


Log in to post a comment.