I even tried this but no sucess
<applet archive="tw.jar" codebase="/applets/" code="VTS.class" width="180" height="250">
getting this on Java Console
Error loading class: VertTextScroller1
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException: VertTextScroller1
at...
I am doing this bro--->
<applet archive="tw.jar" code="VTS.class" width="180" height="250">
and getting this on Java Console
Error loading class: VertTextScroller1
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException: VertTextScroller1
at com/ms/vm/loader/URLClassLoader.loadClass...
Hi guys please save my soul .advise .
Whenever i run my index.jsp located in my tomcat root on the machine running tomcat it can load applet class very well located on the /applets .But cannot load applet calss when accessed from another machine ."J console says class not found error"
My applet...
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.