Interesting problem. I would keep the generated .java file and compile the .java source from the command line. There must be something different between the two machines.
>From: Juan <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: JasperException >Date: Sun, 09 Jun 2002 15:01:19 -0300 > >Hello, > >I'm trying to use a jsp page with a JavaBean and getting the following >error: >"org.apache.jasper.JasperException: Unable to compile class for JSP" > >The jsp page is very simple: ><html> ><head> > <title>TEST PAGE</title> ></head> ><body> > <jsp:useBean is="usr" class="study.User" /> > <%= usr.getId() %> ></body> ></html> > >The funny thing is that I can use this code within W2K, but it don't works >under WinXP. I have a similar problem to access JDBC. It works at W2K but >don't at WinXP. I looked at all configurations trying to find something >different but all seems equal in both systems (I mean the environment >variables). > >Any idea what's going on? > >Thanks in advance, > >Juan Jos� Vel�zquez Garcia >Web Development >www.htmlspider.com.br > > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > ----------------------- Todd Kaplinger mailTo:[EMAIL PROTECTED] _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
