- This topic has 6 replies, 2 voices, and was last updated 16 years ago by
vbolisetti.
-
AuthorPosts
-
vbolisettiMemberHi,
I am using myeclipse6.6 and jboss server 4.0.Here my problem is i am not able to start my applicationb in debug mode.I am getting the following errors
Source not found for ClassLoader.findBootstrapClass(String) line: not available [native method]
Source not found for URLClassLoader$1.run() line: not available
Source not found for Launcher$ExtClassLoader(URLClassLoader).findClass(String) line: not availableSo can any one tell me how to resolve this issue….
thank you in advance
vijay
support-joyMemberVijay,
Are you able to run your application in the normal run mode? Can you copy and paste your installation details? You need to go to MyEclipse > Installation Summary > Installation Detail.
vbolisettiMemberThank you for your response.
I am able to run my application in normal run mode.Only problem i faced during Debug mode.And one more thing is i have re installed myeclipse to resolve that issue so i am sorry that i can’t give you the details what you have asked for.
can you give me possible solutions for that problem so that in my future it would help me alot.
thank you
vijay
support-joyMemberVijay,
It is not clear from your above reply, if the issue is fixed, or you are still facing the same issue.
I am able to run my application in normal run mode.Only problem i faced during Debug mode.And one more thing is i have re installed myeclipse to resolve that issue so i am sorry that i can’t give you the details what you have asked for.
If you have re-installed MyEclipse also, you should be able to copy and paste the contents of your installation detail. To do that, open MyEclipse. Now from the menu, click on MyEclipse > Installation Summary > Installation Detail. This will give me a summary of your MyEclipse install. Also check your logs for any error, and copy and paste it here for me. You can get log files from [your workspace]\.metadata\.logs and pulse logs are available in [MyEclipse installation dir]\common\logs.
vbolisettiMemberOK these are the details you have asked for regarding installation details
*** Date: Sunday, April 19, 2009 10:32:27 AM EDT ** System properties: OS=WindowsXP OS version=5.1 Java version=1.5.0_11 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 6.6.0 Build id: 6.6.0-20081015 *** Eclipse details: MyEclipse Enterprise Workbench Version: 6.6.0 Build id: 6.6.0-20081015 Eclipse Platform Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft Build id: M20080221-1800 Eclipse RCP Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc Build id: M20080221-1800 Eclipse Java Development Tools Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7 Build id: M20080221-1800 Eclipse Plug-in Development Environment Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL Build id: M20080221-1800 Eclipse Project SDK Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO Build id: M20080221-1800 Eclipse Graphical Editing Framework Version: 3.3.2.v20080129 Build id: 20080221-1602 Eclipse startup command=-os win32 -ws win32 -arch x86 -showsplash -launcher C:\Program Files\MyEclipse 6.6\eclipse\eclipse.exe -name Eclipse --launcher.library C:\Program Files\MyEclipse 6.6\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll -startup C:\Program Files\MyEclipse 6.6\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar -exitdata 954_78 -clean -vm C:\Program Files\MyEclipse 6.6\jre\bin\javaw.exe
thank you
support-joyMemberVijay,
I am unable to reproduce this error at my end. I found two possible solutions for this issue.
<b>1st Solution:</b>
You can add rt.jar to
windows–>preferences–>Tomcat–>JVM settings
and then add to classpath “rt.jar” from one of jre’s lib directory.<b>2nd Solution:</b>
Go to
Window -> Show View -> Breakpoint
and unmark “ClassNotFoundException: ” for both caught and uncaught.
vbolisettiMemberThank you Joy
For your kind response.I will keep these two things in my mind. In any case if i get the same problem i will follow these steps and mail you…..
vijay
-
AuthorPosts