Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:Starting Eclipse Commandline With Equinox Launcher

Revision as of 17:45, 15 May 2007 by Mark melvin.amis.com (Talk | contribs) (New page: I just changed the batch file code snippet because what was there did not work at all (and I am running Windows XP). The dir command was entirely wrong, and when executing as an executabl...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I just changed the batch file code snippet because what was there did not work at all (and I am running Windows XP). The dir command was entirely wrong, and when executing as an executable JAR file you don't need to specify the org.eclipse.equinox.launcher.Main part.

I also updated the match pattern in the bash script to reflect reality as well.

Oh - and some time ago I added an Ant 1.7 version that does not involve copying resources around.

Back to the top