https://github.com/NetLogo/NetLogo/wiki/Controlling-API says: "In order to compile and run this, NetLogo.jar (from the NetLogo distribution) must be in the classpath. In addition, the lib directory (also from the NetLogo distribution) must be in same location; it contains additional libraries used by NetLogo.jar."
So after you copy NetLogo.jar and the entire lib directory into the same directory as your code, you should be able to do: javac -classpath NetLogo.jar Example1.java -- 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.
