my dog learned polymorphism
The moose likes JBoss/WildFly and the fly likes compiling jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "compiling jsp" Watch "compiling jsp" New topic
Author

compiling jsp

Prak Sub
Greenhorn

Joined: May 21, 2004
Posts: 4
Ranchers,

I receive following error trying to access a JSP page on Websphere 5.0; any pointers on getting rid of this? Thanks!

----------
Error 500: Unable to compile class for JSP C:\Projects\ACAP_WORKSPACE\.metadata\.plugins\com.ibm.etools.server.core\tmp0\cache\localhost\server1\ACAP\ACAP_WEB.war\jsp\template\_Main.java:3: Class com.cc.sample.common.User not found in import. import com.cc.sample.common.User; ^ C:\Projects\ACAP_WORKSPACE\.metadata\.plugins\com.ibm.etools.server.core\tmp0\cache\localhost\server1\ACAP\ACAP_WEB.war\jsp\template\_Main.java:5: Class com.cc.sample.util.Resources not found in import. import com.cc.sample.util.Resources; ^ C:\Projects\ACAP_WORKSPACE\.metadata\.plugins\com.ibm.etools.server.core\tmp0\cache\localhost\server1\ACAP\ACAP_WEB.war\jsp\template\_Main.java:6: Class com.cc.sample.util.PainterUtil not found in import. import com.cc.sample.util.PainterUtil; ^ 3 errors
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Check the import statements in your JSP - it looks like they are pointing to non-existant classes.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: compiling jsp
 
Similar Threads
problem with connectiing to oracle from WSAD
Have problem when I run jsp on server.
Where to find Compiled JSP fils in WSSAD
webshere 5
Edit JSP or Servlet refresh error