- This topic has 2 replies, 2 voices, and was last updated 19 years, 4 months ago by Scott Anderson.
-
AuthorPosts
-
ANukeMemberI’m trying to run my java application and I keep getting this error:
An internal error occurred during: “!DebugUITools.8!”.
java.lang.NullPointerException
org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry.expandProject(DefaultProjectClasspathEntry.java:225)
org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry.getRuntimeClasspathEntries(DefaultProjectClasspathEntry.java:120)
org.eclipse.jdt.internal.launching.DefaultEntryResolver.resolveRuntimeClasspathEntry(DefaultEntryResolver.java:35)
org.eclipse.jdt.launching.JavaRuntime.resolveRuntimeClasspathEntry(JavaRuntime.java:840)
org.eclipse.jdt.launching.StandardClasspathProvider.resolveClasspath(StandardClasspathProvider.java:65)
org.eclipse.jdt.launching.JavaRuntime.resolveRuntimeClasspath(JavaRuntime.java:1098)
org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getClasspath(AbstractJavaLaunchConfigurationDelegate.java:401)
org.eclipse.jdt.internal.launching.JavaLocalApplicationLaunchConfigurationDelegate.launch(JavaLocalApplicationLaunchConfigurationDelegate.java:79)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:150)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:796)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:959)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)The version of Eclipse is:
Eclipse PlatformVersion: 3.0.0
Build id: 200405290105The version of MyEclipse is:
MyEclipse Application Server ToolingVersion: 3.7.101
Build id: 200405301200-3.8-Beta1
—I had a newer version of MyEclipse, but we have an older project and when I went to deploy it – it wouldn’t deploy correctly. The rest of my team had 3.7.101 on their machine therefore I had to change to what they had. But now that I did that this other project I’m working on keeps giving me the above error. I’m not able to run it as a java application. Does anyone have any ideas on what I need to do?
ANukeMemberOk – I have no idea what happened…..but I deleted one jar file from my project and magically it worked. I totally don’t understand what happened, but I’m glad it FINALLY works!! 🙂
Scott AndersonParticipantSometimes, I just smile, move on, and pretend I don’t really care what the cause was. 🙂
-
AuthorPosts