RE: [OT] jspc from command line...

2004-03-30 Thread Kunal H. Parikh
You need to include the tomcat jars in ur classpath! TOMCAT_HOME\bin\*.jar TOMCAT_HOME\server\lib\*.jar TOMCAT_HOME\common\lib\*.jar -Original Message- From: Pady Srinivasan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 31 March 2004 00:02 To: [EMAIL PROTECTED] Subject: [OT] jspc from

RE: [OT] jspc from command line...

2004-03-30 Thread Pat Quinn
If your using any tag libraries in your JSP check that their in your classpath. -Original Message- From: Pady Srinivasan [mailto:[EMAIL PROTECTED] Sent: 30 March 2004 15:02 To: [EMAIL PROTECTED] Subject: [OT] jspc from command line... Tomcat 5.0.16... When I try to run jspc from

[OT] jspc from command line...

2004-03-30 Thread Pady Srinivasan
Tomcat 5.0.16... When I try to run jspc from command line, I get this error: C:\projects>jspc -v -d c:\jspoutput -p com.myapp.reports -c Test newtest.jsp java.lang.NullPointerException at org.apache.jasper.JspC.initServletContext(JspC.java:990) at org.apache.jasper.JspC.execute(J