Hi,
If you could access the java class, you can decompile using a decompiler (Decafe, Jad to name a few) and could see the methods and variables. If you dont have access then you can use java.lang.reflect package to get the details about the class (java.lang.reflect.Constructor...
Hi Karthik,
As you set the classpath to compile the program, you need to set the classpath while running also. So set the classpath to the classes12.zip in the tomcat startup script (I think, it will be <<tomcat-home>>\bin\startup.bat). Hope, this would solve your issue.
Regards,
Shanmy
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.