| [news.eclipse.platform] Re: Headless eclipse ava.lang.ClassNotFoundException: org.eclipse.core.launcher.Main |
in see http://wiki.eclipse.org/Starting_Eclipse_Commandline_With_Equinox_Launcher it shows you haw to do it from a script
Is it:
java" -cp <eclipse_dir>\plugins\org.eclipse.equinox.launcher_<version>.jar org.eclipse.equinox.launcher.Main -application ...
but the problem with this is that if I do it in the script, the user would have to edit the script to point to the right version of launcher plugin while before when we used the startup.jar, no such thing was required..so is there a better way??