- This topic has 6 replies, 2 voices, and was last updated 16 years, 11 months ago by
Loyal Water.
-
AuthorPosts
-
satyapandugaMemberWhen I try to debug the jsp, it displays the following message.
Source not found for MyTest.jsp line: 29If i just run it. it will work, but when i put a breakpoint in the jsp it displays the above message, Please help.
Thanks
July 24, 2008 at 8:49 am #287480
satyapandugaMemberfound the solution . I have to put each jsp in the debug source lookup path, there must be better way to do that . If i have 100 jsps unfortunately i have to add all of them to the lookup path. unless I am mising something here.
July 24, 2008 at 8:49 am #287481
Loyal WaterMemberWhich server are you debugging against?
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
July 24, 2008 at 8:56 am #287484
satyapandugaMember*** Date:
Thursday, July 24, 2008 9:56:09 AM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse Platform
Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145Eclipse RCP
Version: 3.3.1.R33x_r20070802-8y8eE8sEV3Fz0z0GlHJrXvTAUS
Build id: M20070921-1145Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145Eclipse Plug-in Development Environment
Version: 3.3.1.R33x_r20070802-7N7M3D1VIA_52JsDFsEC
Build id: M20070921-1145Eclipse Project SDK
Version: 3.3.1.R33x_r20070802-7M7J78_mu1mnlRa7A4Ns52XeZ6D0
Build id: M20070921-1145Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-exitdata
8f4_74
-vm
C:\Program Files\MyEclipse 6.0\jre\bin\javaw.exeJuly 24, 2008 at 10:01 am #287485
satyapandugaMemberI am using Tomcat 5.5
July 24, 2008 at 10:10 am #287486
satyapandugaMemberunfortunately lot of jsps i have the same problem as mentioned above ,It does not find the source, althought i put it in the Tomcat Server Source. Not sure why jsp source does not find in the debug environment. Please help
July 25, 2008 at 3:55 pm #287580
Loyal WaterMemberCan you try the MyEclipse Tomcat server and see if it works?
-
AuthorPosts