Hello, I would like to start Tomcat in a java program. I try with this code :
String[] args = new String[]{"start"};
org.apache.tomcat.startup.Main.main(args);
It works fine but when I try a programm which call a class of the JVM,
I've got this message : java.lang.ClassNotFoundException.
How can I solve this exception ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
