Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > JSP Basics
|
JSP Basics Beginning-level questions on JSP. More advanced coders should post to Pro JSP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the JSP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 26th, 2003, 06:34 AM
Registered User
 
Join Date: Jul 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default problem in loading .java with JSP

in the helloworldtags.tld<class>com.wrox.projsp.ch09.helloworld</tag-class>

my java name as is HelloUser.java
with package abc;

so where should i place my file.class ?

i placed at
..\webapps\ch09\WEB-INF\classes\com\wrox\projsp\ch09

the errors message generated as below:
org.apache.jasper.JasperException: /HelloWorld.jsp(7,2) Unable to load class file
.....


please help!
thank you




 
Old July 30th, 2003, 11:05 AM
Registered User
 
Join Date: Jul 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

with package abc shouldn't that be:
..\WEB-INF\classes\abc\HelloUser.class
The folder tree has to be the same as the package tree, and I think it has to hang off the classes folder. But I'm no great expert.
Regards
Charlie






Similar Threads
Thread Thread Starter Forum Replies Last Post
Deployment Problem (JSP + Java Beans)!!!! sagar.singh JSP Basics 3 December 7th, 2007 02:03 AM
Struts Error while loading a JSP page viswasundar Struts 0 May 2nd, 2007 10:55 AM
java and jsp harshika Apache Tomcat 1 August 6th, 2005 05:15 PM
Problems loading a JSP page jcgarciap JSP Basics 0 January 20th, 2005 11:57 AM
java.sql.SQLException: Error loading JDBC Driver jdphjp Java Databases 1 August 5th, 2004 12:46 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.