Results 1 to 3 of 3
Thread: Jsp source not found
- 01-15-2010, 06:55 AM #1
Member
- Join Date
- Dec 2009
- Posts
- 13
- Rep Power
- 0
Jsp source not found
Hi All:
I am using Eclipse 3.5 and the Tomcat 6 and Weblogic 11g.
I download the Oracle Eclipse Plugin "//download.oracle.com/otn_software/oepe/galileo". When I debug the jsp with ecliipse and Tomcat 6, it gives me the error "Source not found". It cannot find the jsp but it gives me the line number it is on in the jsp. Also in debug mode, under Variables tab, it shows the list of variables and their value. I started Tomcat6 within Eclipse.
I have the same problem with Eclipse 3.5 and Weblogic 11g. I started Weblogic 11g within Eclipse.
Any hint or help would be greatly appreciated it.
Yours,
Frustrated.
- 01-15-2010, 07:17 AM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
A JSP is compiled to servlet and runs on the client.
You should not need to debug Java code in JSPs because you should not have any Java code in the JSP.
- 01-19-2010, 02:23 PM #3
Member
- Join Date
- Jan 2010
- Posts
- 90
- Rep Power
- 0
Similar Threads
-
Jsp source not found
By jadeite100 in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 01-17-2010, 01:35 AM -
Same source file but different source folders for different build configurations?
By m3anman in forum EclipseReplies: 0Last Post: 01-29-2009, 10:43 AM -
MavenJava - browse source code of all open source projects online
By jirkacelak in forum Java SoftwareReplies: 1Last Post: 11-28-2008, 06:27 PM -
"source not found" at debug time when creating new class
By rafamd11 in forum New To JavaReplies: 0Last Post: 11-22-2008, 01:49 AM -
Strange error message "Source not found"
By ppayal in forum EclipseReplies: 0Last Post: 11-25-2007, 06:19 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks