SirCharles
Programmer
I'd like to invoke a java program from PERL. When I try to do this, I get following error:
Exception in thread "main" java.lang.NoClassDefFoundError
If I go to the dir that contains the source code and classes, it works fine. So, how to invoke the java program from a different directory?
Exception in thread "main" java.lang.NoClassDefFoundError
If I go to the dir that contains the source code and classes, it works fine. So, how to invoke the java program from a different directory?