How to solve the error in the Extensibility workshop 7.0.2SR1 "java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter"?
I advanced installing and configuring the EWM Extensibility workshop version 7.0.2SR1, under Windows Server 2012 without problems until the paragraph Test the RTC Eclipse client launch.
At this point, I configured the workspace ClientWS and imported the com.ibm.team.rtc.client.feature. I selected the Debug configuration [RTCExt] RTC Eclipse Client and I checked that all the fields in the tabs Bundles, Main and Common match to the ones shown in the workshop guide.
Nevertheless, trying to init the debug process, I get an error because cannot find the class EclipseStarter. The log messages are:
!SESSION Mon Jul 10 13:57:22 BRT 2023 ------------------------------------------
!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)
!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)
Despite I followed strictly the instructions, and I selected all the plugins available to include in Java Search, there is no org.eclipse.core.runtime.adaptor plugin in the list. Should I procure that plugin and include in the list?
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.