How to solve the error in the Extensibility workshop 7.0.2SR1 "java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter"?
!ENTRY org.eclipse.equinox.launcher 4 0 2023-07-10 13:57:22.575
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:610)
at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:944)
at java.lang.ClassLoader.loadClass(ClassLoader.java:889)
at java.lang.ClassLoader.loadClass(ClassLoader.java:872)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:645)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
One answer
I see the same issue. I did not notice, because I usually only develop server extensions. I have no answer ort idea at the moment. You can try to open a case with support.
Comments
Thanks for your answer Ralph. I'll investigate more in depth this issue.
At the moment what I know is, that it worked with 7.0.2 and seem to not be working with 7.0.2 SR1.
Is it possible to get at least the correct Run configuration for Eclipse2 Application > [RTCExt] RTC Eclipse Client?
There is no way to access the download for 7.0.2 I would be aware of. Sorry.
One way of dealing with issues like the launch configurations not showing up, would be to install the zipped version of the EWM Client and add the feature based launches jar to that.
I have seen issues with Eclipse versions and the feature based launches in the past. If the launches do not show up, there is an issue with the com.ibm.team.dev.launch_0.3.13.201605301342.jar not being loaded or recognized. This can happen dependent on which version of Eclipse you download.