File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes Unable to compile class for JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Unable to compile class for JSP" Watch "Unable to compile class for JSP" New topic
Author

Unable to compile class for JSP

Chris Cingrani
Ranch Hand

Joined: Nov 21, 2000
Posts: 69
I did a search on this topic, but couldn't find anything that pertained to this error, since I am putting the .class files in the correct spot (WEB-INF/classes) and I am not using a package. However, when I try and run my JSP file, I am seeing the following error. Any thoughts would be appreciated!
Chris
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Put your classes in a package. It will save you from getting a flat spot on the side of your head (from banging it against the wall).
hth,
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
R K Singh
Ranch Hand

Joined: Oct 15, 2001
Posts: 5369
are you importing your classes in JSP ??
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Unable to compile class for JSP
 
Similar Threads
folder for my classes
Unable to compile class
how to write output of jsp to another file
Unable to compile class when using jsp:useBean
please help with tomcat, javabean and jsp