I've been wrapping someone else's code up in ExecuteJava because a) they
foolishly used System.exit() wherever they could and b) I need to adjust the
classpath.

Although I can load and invoke their main() method fine, I get IllegalAccess
errors on the package scop methods they invoke on other classes in the same
package.

Has anyone else encountered this little problem and any suggestions to a
workaround?

    -Steve



Reply via email to