ClassFormatError while running applet in browser
While i am trying to run my applet through appletviewer it is running ok. but while i'm trying same applet in Netscape it's not working .it is giving error
like ClassFormatError found. Is there anybody who can help me. (My applet is related to applet to servlet communication and also with IO operation).
Re: ClassFormatError while running applet in browser
hai,
URL url=new URL(getCodeBase(),"/servlet/SampleServlet");
will construct the url object and by using the streams we get the data from the servlet back to the browser.
i did't face any of that sort when i used this way.
S.V Bharath Reddy
Software Engineer,
Hyderabad.