I am currently trying to run this example. The lib folder and the netlogo-6.0.2.jar are both in the same location as the Example1.java
Here is the error I am obtaining: javac -classpath netlogo-6.0.2.jar Example1.java java -classpath netlogo-6.0.2.jar Example1 Error: Could not find or load main class Example1 Caused by: java.lang.ClassNotFoundException: Example1 It seems the Example1.class is broken. In fact, I see two class files after compiling Example1.java (Example1.class and Example1$1.class). I hope you can help. Thanks, Gaby -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
