I’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 Platform
Version: 3.0.0
Build id: 200405290105
The version of MyEclipse is:
MyEclipse Application Server Tooling
Version: 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?