this question may be suitable for several list groups but I'll start here.

I've got a very simple JSP file (A.JSP) that contains a link to another JSP
file (B.JSP).

B.JSP contains some Java Code that instantiates an object. (It is NOT bean
oriented at this point, I just imported.)

<%
MyObject theObject = new MyObject();
%>

some html code. NOTE: This is the only java code in the ServerPage at this
point.

After going back and forth between A.JSP and B.JSP a couple of times from
A.JSP I get an error that java.exe has crashed and can't read memory.

My configuration is as follows:

Java Web Server 2.0 (patch included)
using jdk1.2.2

If anyone has seen this before that would be great.

thanks

Richard

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to