You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on migration a RCP application from JDK-8 to JDK-11.
I went with Eclipse 2022-09 version. In default plugins, org.eclipse.equinox.executable is not present
I've marked includeLaunchers=true in *.product file, but when running pde-build, export directory doesn't include the executable of the application
These are my dependencies
One of the common answers being suggested is to add org.eclipse.equinox.executable in the build.
What is alternative in latest versions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working on migration a RCP application from JDK-8 to JDK-11.
I went with Eclipse 2022-09 version. In default plugins, org.eclipse.equinox.executable is not present
I've marked includeLaunchers=true in *.product file, but when running pde-build, export directory doesn't include the executable of the application
These are my dependencies
One of the common answers being suggested is to add org.eclipse.equinox.executable in the build.
What is alternative in latest versions?
Beta Was this translation helpful? Give feedback.
All reactions