Trouble installing JRun 4.0 trial ver - TechRepublic
General discussion
October 21, 2003 at 06:05 AM
lion king

Trouble installing JRun 4.0 trial ver

by lion king . Updated 22 years, 8 months ago

I have set up JRun 4.0 on windows and put a jsp file with the following contents:
<%! class faraz{ faraz(int a){} faraz(){this(1);} } %>
<%faraz a = new faraz();%>
—————————————–end of file
i put the file in default-ear/default-war/test.jsp
and ran it. The error i get is :
java.lang.verifyError. could not find object on stack.
somebody please help

This discussion is locked

All Comments