Greetings, just starting with jgprog, and when I run
in Forte I get this exception:
Memory before create: 1M
Creating initial population
Memory before computing initial fitnesses: 29M
Computing fitnesses
java.util.MissingResourceException: Can't find bundle
for base name jgprog, locale en_US
java.util.MissingResourceException: Can't find bundle
for base name jgprog, locale en_US
at
java.util.ResourceBundle.throwMissingResourceException
(ResourceBundle.java:712)
at java.util.ResourceBundle.getBundleImpl
(ResourceBundle.java:683)
at java.util.ResourceBundle.getBundle
(ResourceBundle.java:546)
at com.groovyj.jgprog.World.computeAll
(World.java:263)
at com.groovyj.jgprog.World.create
(World.java:230)
at com.groovyj.jgprog.MultiplexerWorld.create
(MultiplexerWorld.java:61)
at com.groovyj.jgprog.MultiplexerWorld.main
(MultiplexerWorld.java:103)
Am I missing the resource bundle, or have I just
naively set up Forte? Any help appreciated!
Jim
Logged In: YES
user_id=767603
Hello,
This happened to me too. Which version did you use? It
happened to me with 1.3.0 alpha, which seems to be under
heavy developement. I took 1.2.0beta3 and everything worked
fine.
JanP