raybest4u / encog-java

Automatically exported from code.google.com/p/encog-java
0 stars 0 forks source link

Example XorBackprop java invocation incorrect #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The readme says to run the following command after running ant:

java -classpath ./jar/encog-core.jar;./lib/encog-examples.jar 
org.encog.examples.neural.xorbackprop.XorBackprop

I actually had to run the following command to get the example to run:

java -cp 
jar/slf4j-api-1.5.6.jar:jar/slf4j-jdk14-1.5.6.jar:lib/encog-core-2.5.0.jar:examp
les/lib/encog-examples-2.5.0.jar 
org.encog.examples.neural.xorbackprop.XorBackprop

Replace the ":" classpath separators with ";" for windows

Original issue reported on code.google.com by heath.bo...@gmail.com on 16 Nov 2010 at 5:33

GoogleCodeExporter commented 9 years ago
Updated the docs.

Original comment by heatonre...@gmail.com on 18 Nov 2010 at 2:52