I am running a class from command prompt like this
java -classpath "C:\Tomcat 5.0\webapps\smart_banking\
WEB-INF\li
b\ctbondem
andrequest
_impl.jar;
C:\Tomcat 5.0\webapps\smart_banking\
WEB-INF\li
b\rtf.jar;
" com.initprocess.InitProces
sMethod -docbase_name rtt_banking -user_name dmadmin -ticket h123
but the problem is that with this command the existing classpath gets lost and only the classpath in this command is considered. How can I make sure that existing classpath is not lost.
Start Free Trial