- This topic has 6 replies, 2 voices, and was last updated 15 years, 4 months ago by Loyal Water.
-
AuthorPosts
-
blakeyuMemberI got a JSP debugging issue “Source not found in xxx.jsp” in myeclipse7.5, I remembered this function was working in myeclipse 6.0.1.
My env as below.
OS: Vista 64bit
Tomcat: 6.0.20
JDK: 1.6.0_14
Loyal WaterMemberDo you face the same issue when you try debugging using the MyEclipse Tomcat server?
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
blakeyuMemberThanks for your reply, Nipun.
I had tried to debugging by MyEclipse Tomcat Server, got the same issue.
Attached the installation details as below.
*** Date:
2009年7月3日 星期五 下�04时39分16秒 PDT** System properties:
OS=WindowsVista
OS version=6.0.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.5
Build id: 7.5-20090609Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20080703-0800Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700Eclipse Graphical Editing Framework GEF
Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200809101400Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
D:\IDE\MyEclipse 7.5\myeclipse.exe
-name
Myeclipse
–launcher.library
D:\IDE\MyEclipse 7.5\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
D:\IDE\MyEclipse 7.5\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-clean
-configuration
configuration
-vm
D:\IDE\MyEclipse 7.5\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
blakeyuMemberThanks for your reply, Nipun.
I had tried to debugging by MyEclipse Tomcat Server, got the same issue.
Attached the installation details as below.
*** Date:
2009年7月3日 星期五 下�04时39分16秒 PDT** System properties:
OS=WindowsVista
OS version=6.0.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.5
Build id: 7.5-20090609Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20080703-0800Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700Eclipse Graphical Editing Framework GEF
Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200809101400Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
D:\IDE\MyEclipse 7.5\myeclipse.exe
-name
Myeclipse
–launcher.library
D:\IDE\MyEclipse 7.5\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
D:\IDE\MyEclipse 7.5\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-clean
-configuration
configuration
-vm
D:\IDE\MyEclipse 7.5\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
Loyal WaterMemberblakeyu,
What kind of a project are you working with? Can you create a new web application and then try debugging it (without adding any code to the application). Do you face the same problem with the new web app as well?
blakeyuMemberNipun, I tried to create a new web application, it works well.
My project is a web application, but I didn’t create a web project, I created a java project, and deploy this web application by ant. my project structure as below.
docroot–>project name–> web-info
I can debug the JSP of same in myeclispe 6.0.1, but it doesn’t work after upgrade to myclipse7.5
Loyal WaterMemberblakeyu,
Im afraid the debugger can only work with Web Projects created using MyEclipse. That is the reason you are facing this issue. You should create a new web project using MyEclipse and manually transfer the files to this web project. -
AuthorPosts