facebook

JSP Debugging: Source not found in myeclipse 7.5

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #299941 Reply

    blakeyu
    Member

    I 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

    #299967 Reply

    Loyal Water
    Member

    Do 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.

    #300147 Reply

    blakeyu
    Member

    Thanks 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 Workbench

    Version: 7.5
    Build id: 7.5-20090609

    Eclipse Plug-in Development Environment

    Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
    Build id: M20080703-0800

    Eclipse Platform

    Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
    Build id: M20090211-1700

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
    Build id: 200809101400

    Eclipse RCP

    Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
    Build id: M20090211-1700

    Eclipse Java Development Tools

    Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
    Build id: M20090211-1700

    Eclipse 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

    #300148 Reply

    blakeyu
    Member

    Thanks 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 Workbench

    Version: 7.5
    Build id: 7.5-20090609

    Eclipse Plug-in Development Environment

    Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
    Build id: M20080703-0800

    Eclipse Platform

    Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
    Build id: M20090211-1700

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
    Build id: 200809101400

    Eclipse RCP

    Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
    Build id: M20090211-1700

    Eclipse Java Development Tools

    Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
    Build id: M20090211-1700

    Eclipse 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

    #300166 Reply

    Loyal Water
    Member

    blakeyu,
    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?

    #300182 Reply

    blakeyu
    Member

    Nipun, 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

    #300219 Reply

    Loyal Water
    Member

    blakeyu,
    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.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: JSP Debugging: Source not found in myeclipse 7.5

You must be logged in to post in the forum log in