CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Java

 JSP/servlet compile problem

Print topic Send  topic

Author Message
AlexNYC
Posted: 12/15/2004, 9:24 AM

Hi :-)
I am trying to creat a JSP/servlets based application. I created a new project and used the application builder wizard to create a simple grid. When I try to publish the project I get the following compilation errors:

Apache Ant version 1.6.2 compiled on July 16 2004
Buildfile: C:\DOCUME~1\AKANE~1.JER\LOCALS~1\Temp\~WebMIS\CCSBuild\build.xml
init:
[echo] JSP build: 2.2.0084

check.servlet.lib:

compile:
[mkdir] Created dir: C:\DOCUME~1\AKANE~1.JER\LOCALS~1\Temp\~WebMIS\CCSBuild\app\WEB-INF\classes
[javac] Compiling 205 source files to C:\DOCUME~1\AKANE~1.JER\LOCALS~1\Temp\~WebMIS\CCSBuild\app\WEB-INF\classes
[javac] C:\DOCUME~1\AKANE~1.JER\LOCALS~1\Temp\~WebMIS\CCSBuild\src\com\codecharge\tags\AscOffTag.java:4: package javax.servlet.jsp.tagext does not exist
[javac] import javax.servlet.jsp.tagext.*;
[javac] ^
[javac] C:\DOCUME~1\AKANE~1.JER\LOCALS~1\Temp\~WebMIS\CCSBuild\src\com\codecharge\tags\AscOffTag.java:5: package javax.servlet.jsp does not exist
[javac] import javax.servlet.jsp.*;
[javac] ^
[javac] C:\DOCUME~1\AKANE~1.JER\LOCALS~1\Temp\~WebMIS\CCSBuild\src\com\codecharge\tags\AscOffTag.java:16: cannot resolve symbol
[javac] symbol : class TagSupport
[javac] location: class com.codecharge.tags.AscOffTag
[javac] public class AscOffTag extends TagSupport {
[javac] ^

... etc ...

Any idea whats causing this?
miko

Posts: 50
Posted: 12/15/2004, 11:34 PM

Did you specify jsp-api.jar (or servlet.jar) in your system or project classpath?
You can use Classpath project property to specify it.
_________________
Regards,
Michael
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.