TutenStain / Hedgehog-Photo

A simple and easy to use photo organizer/viewer.
3 stars 1 forks source link

Setting the classpath when using JavaCompiler #6

Open adam-waldenberg opened 12 years ago

adam-waldenberg commented 12 years ago

I looked into the issue of adding the classpath before calling JavaCompiler. Some quick "googling" brought up this:

http://stackoverflow.com/questions/1563909/how-to-set-classpath-when-i-use-javax-tools-javacompiler-compile-the-source

Hopefully, you can solve the issue of "missing classes" with that...