aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Error in Javac compilation 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 » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Error in Javac compilation for JSP" Watch "Error in Javac compilation for JSP" New topic
Author

Error in Javac compilation for JSP

Kanu Kaur
Greenhorn

Joined: Mar 05, 2011
Posts: 5
Hi Everyone,

I am getting an Error in Javac compilation for JSP.

This is the ERROR


reservationrequest.jsp is creating a new bean and setting all properties :



AND this is the JavaBean




My Project was working perfectly, but somehow when i ran it today it is giving me this error.

Thanks
Agnit Chatterjee
Greenhorn

Joined: Mar 04, 2011
Posts: 24
Have you saved the Java classes in the proper place??? You should be keeping the classes under WEB-INF\classes\com\myproject
Kanu Kaur
Greenhorn

Joined: Mar 05, 2011
Posts: 5
Thanks Agnit for replying.
When I go to WEB-INF\classes\com\myproject\beans, it does not show any file over there but in Source Packages, it shows the com.myproject.beans that contains the ReservationBean. Is this the problem?
Agnit Chatterjee
Greenhorn

Joined: Mar 04, 2011
Posts: 24
If you are using IDE then the process is completely different
Kanu Kaur
Greenhorn

Joined: Mar 05, 2011
Posts: 5
I am using Netbeans. What should i do then?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Error in Javac compilation for JSP
 
Similar Threads
how to do validation in struts1
Help needed in resource file
how can i display my data on jsp page
Form processing using register.java but it doesn't show my hashmap errormessages
help help help SOS