Is it possible to use external libraries or classes inside Greenfoot? I looked for a way to modify the classpath that Greenfoot uses, but haven't been able to locate one.
I know that I can copy the files .java files into the Greenfoot scenario directory, but I want to manage these utility classes externally, via NetBeans, and just uses the classes inside Greenfoot.
I'm teaching my sons and a couple of friends programming using Greenfoot and Netbeans. We've been doing some exploration of Java I/O in Netbeans and now we want to use some of the utilities we've created in Greenfooot.
Thanks!
Jeff