folks, Iam trying to compile my jsp's using JspC,
I give the following command to do that D:\Tomcat4.0\webapps\ntier\_Cash\_Setup>java org.apache.jasper.JspC -d d:\myDirectory\WEB-INF\classes -p com.abc.jsp_servlets TransactionType. jsp But the problem is when it creates the servlet it fixes a dot at the end of the file due to which I start getting compilation errors. It puts "package com.abc.jsp_servlets.;" Can somebody please let me know how to get rid of this funky dot at the end of the package name. Thanks Jossan --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more
