springy2003
Instructor
On the command line, you can easily add a JVM arguments to a java class by using:
java -Djava.library.path -DwhateverArgumentYouWant className
Now I want to run this java class via a webserver using jsp. But I don't know how to do this, or how to set up tomcat that allows this to happen. I have been googling, but cannot find anything.
I am using java 1.4.2, tomcat 5 and using eclipse as my working development kit.
Thanks
java -Djava.library.path -DwhateverArgumentYouWant className
Now I want to run this java class via a webserver using jsp. But I don't know how to do this, or how to set up tomcat that allows this to happen. I have been googling, but cannot find anything.
I am using java 1.4.2, tomcat 5 and using eclipse as my working development kit.
Thanks