| 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
|
|
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 ??
|
 |
 |
|
|
subject: Unable to compile class for JSP
|
|
|