Re: [Resin-interest] jsp error

2007-11-05 Thread atomi . archive
"In Resin 3.0, we noticed that we needed to add the source argument when using the eclipse compiler" Shane, This was exactly the case. Once the source argument was added Resin executed the JSP page perfectly. Thank you. Shane Cruz wrote: > You will need at least version 1.5 of the JDK. Also, ho

Re: [Resin-interest] jsp error

2007-11-05 Thread atomi . archive
Sorry for that. I'm running Resin 3.1.3 and using JRE1.6u3. Perhaps this is because I'm not using the JDK? Let me try it with JDK1.6u3 and get back to you. Eric Kreiser wrote: > what version of resin are you running? are you not at least using a 1.5 > JDK? > > atomi wrote: >> i keep getting t

Re: [Resin-interest] Classpath problem

2007-06-08 Thread atomi . archive
I'm terribly terribly, sorry, wrong thread. cheers! Gary Zhu wrote: > Set your class path to include all resin jar files: > > CLASSPATH=.;C:\resin30\resin-3.0.22\lib\resin.jar;C:\resin30\resin-3.0.22\lib\jsdk-24.jar;C:\resin30\resin-3.0.22\lib\j2ee-management-10.jar;..;C:\Program > Files\Java

Re: [Resin-interest] Classpath problem

2007-06-08 Thread atomi . archive
that works. Gary Zhu wrote: > Set your class path to include all resin jar files: > > CLASSPATH=.;C:\resin30\resin-3.0.22\lib\resin.jar;C:\resin30\resin-3.0.22\lib\jsdk-24.jar;C:\resin30\resin-3.0.22\lib\j2ee-management-10.jar;..;C:\Program > Files\Java\jre1.6.0_01\lib\ext\QTJava.zip > > and