This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark ""Source directory path missing"" Watch ""Source directory path missing"" New topic
Author

"Source directory path missing"

selvakumar Thiyagarajan
Greenhorn

Joined: Oct 06, 2008
Posts: 28
Hi,
I am newbie to j2ee.I am using Jboss eclipse IDE. When i try a compile a JSP,a pop up window stating that "Source directory path missing". What should i need to do to successfully compile a JSP.?Please give me suggestions :roll:
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
Doublepost: http://www.coderanch.com/t/427291/IDEs-Version-Control-other-tools/Source-directory-path-missing


Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
Amir Iqbal
Ranch Hand

Joined: Jun 23, 2007
Posts: 97
first of All ensure that your .java files must be in some "src" directory (ie automatically created when you select a web project in eclipse or any tool). if it does exists then assure that in your project properties , path of the src directory is correct or not.

i hope you will get rid from this issue.

i am Java +ve Now !
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
Amir: he doubleposted the topic. You should have followed the link and noticed that he already posted the topic before and that others already have responded there. You need to respond in that topic, not here.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: "Source directory path missing"
 
Similar Threads
ArrayList Generic problem?
Source directory path missing
CLASSPATH Environment Variable
jsp under eclipse are not getting compiled
jboss+tomcat can not find tools.jar, how to solve it?