Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Error on "Starting Eclipse Commandline With Equinox Launcher" web page
Error on "Starting Eclipse Commandline With Equinox Launcher" web page [message #87812] Tue, 08 May 2007 22:35 Go to next message
Eclipse UserFriend
Originally posted by: chris_torrence.NO-SPAM.yahoo.com

Hi,
Just wanted to point out that the instructions on the following page are
slightly incorrect:

http://wiki.eclipse.org/index.php/Starting_Eclipse_Commandli ne_With_Equinox_Launcher

Under the "Bash Shell Script and the Cmd/Bat Script sections, the "find"
command is searching for plugins of the form:
cp=$(find $eclipsehome -name "org.eclipse.equinox_*.jar" | sort |
tail -1);But the search should really be looking for
"org.eclipse.equinox.launcher_*.jar":
cp=$(find $eclipsehome -name "org.eclipse.equinox.launcher_*.jar" | sort |
tail -1);Similarly for the Cmd/Bat Script, the search should be:
for /f "delims= tokens=1" %%c in ('dir %ECLIPSEHOME%\plugins /b /s
org.eclipse.equinox.launcher_*.jar') do set EQUINOXJAR=%%cCheers,
Chris
Re: Error on "Starting Eclipse Commandline With Equinox Launcher" web page [message #90582 is a reply to message #87812] Wed, 13 June 2007 20:16 Go to previous message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
Looks like the current version of the page has fixed this.

Tom.
Previous Topic:Metatype Service and Localization
Next Topic:Help find documentation - Export-Package: split
Goto Forum:
  


Current Time: Thu Apr 25 10:36:33 GMT 2024

Powered by FUDForum. Page generated in 0.02914 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top