M
martin
Hi
I have downloaded a java library fro my thesis. To call a class using
this Library i always have to call the method like:
java -classpath ..\..\lib\xyz.jar; test
This works fine for test purposes. but what can i do if i want to use
this libryry from a servlet? I have already added this jar file to the
class path.
Thank you very much for your help.
Martin
I have downloaded a java library fro my thesis. To call a class using
this Library i always have to call the method like:
java -classpath ..\..\lib\xyz.jar; test
This works fine for test purposes. but what can i do if i want to use
this libryry from a servlet? I have already added this jar file to the
class path.
Thank you very much for your help.
Martin