Skip to main content



      Home
Home » Eclipse Projects » Equinox » standalone
standalone [message #48374] Mon, 30 May 2005 06:47 Go to next message
Eclipse UserFriend
Originally posted by: ochi_crack.hotmail.com

hi,
i followed the instructions on the equinox homepage
http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/equi nox-home/documents/scenario.html
now my directory structure looks like

../configuration/config.ini
../plugins/org.eclipse.core.runtime_3.1.0.jar
../plugins/org.eclipse.osgi.services_3.0.0.jar
../plugins/org.eclipse.osgi.util_3.0.0.jar
../plugins/org.eclipse.osgi_3.1.0.jar
../startup.jar

but when i start via
java -cp startup.jar org.eclipse.core.launcher.Main -console

i find an exception in the error log:
ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter


did i miss something? all i want to do is a simple headless installation :)



thanks
Re: standalone [message #48456 is a reply to message #48374] Tue, 31 May 2005 18:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pascal.ibm.canada

I don't know what you are starting but here is how to start eclipse and
osgi.
eclipse: java -jar startup.jar
osgi: java -jar org.eclipse.osgi_3.1.0.jar -console -noExit

HTH,

PaScaL

> hi,
> i followed the instructions on the equinox homepage
> http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/equi nox-home/documents/scenario.html
>
> now my directory structure looks like
>
> ./configuration/config.ini
> ./plugins/org.eclipse.core.runtime_3.1.0.jar
> ./plugins/org.eclipse.osgi.services_3.0.0.jar
> ./plugins/org.eclipse.osgi.util_3.0.0.jar
> ./plugins/org.eclipse.osgi_3.1.0.jar
> ./startup.jar
>
> but when i start via
> java -cp startup.jar org.eclipse.core.launcher.Main -console
>
> i find an exception in the error log:
> ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
>
>
> did i miss something? all i want to do is a simple headless installation :)
>
>
>
> thanks
Re: standalone [message #48486 is a reply to message #48456] Thu, 02 June 2005 05:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ochi_crack.hotmail.com

funny problem solved: dont use a space character in your path under
winxp :) yick


> I don't know what you are starting but here is how to start eclipse and
> osgi.
> eclipse: java -jar startup.jar
> osgi: java -jar org.eclipse.osgi_3.1.0.jar -console -noExit
>
> HTH,
>
> PaScaL
>
>> hi,
>> i followed the instructions on the equinox homepage
>> http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/equi nox-home/documents/scenario.html
>>
>> now my directory structure looks like
>>
>> ./configuration/config.ini
>> ./plugins/org.eclipse.core.runtime_3.1.0.jar
>> ./plugins/org.eclipse.osgi.services_3.0.0.jar
>> ./plugins/org.eclipse.osgi.util_3.0.0.jar
>> ./plugins/org.eclipse.osgi_3.1.0.jar
>> ./startup.jar
>>
>> but when i start via
>> java -cp startup.jar org.eclipse.core.launcher.Main -console
>>
>> i find an exception in the error log:
>> ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
>>
>>
>> did i miss something? all i want to do is a simple headless
>> installation :)
>>
>>
>>
>> thanks
Re: standalone [message #48516 is a reply to message #48486] Thu, 02 June 2005 12:26 Go to previous messageGo to next message
Eclipse UserFriend
"sebastian" <ochi_crack@hotmail.com> wrote in message
news:d7mife$sn3$1@news.eclipse.org...
> funny problem solved: dont use a space character in your path under
> winxp :) yick
Pretty good practice to be portable: NEVER use spaces in your paths ;-)
Re: standalone [message #49109 is a reply to message #48374] Mon, 08 August 2005 11:47 Go to previous message
Eclipse UserFriend
Originally posted by: jeff_nospam_mcaffer.ca.ibm.com

Those instrructions are stale. see http://eclipse.org/osgi

Jeff

"sebastian" <ochi_crack@hotmail.com> wrote in message
news:d7er9e$v0d$1@news.eclipse.org...
> hi,
> i followed the instructions on the equinox homepage
>
http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/equi nox-home/documents/scenario.html
> now my directory structure looks like
>
> ./configuration/config.ini
> ./plugins/org.eclipse.core.runtime_3.1.0.jar
> ./plugins/org.eclipse.osgi.services_3.0.0.jar
> ./plugins/org.eclipse.osgi.util_3.0.0.jar
> ./plugins/org.eclipse.osgi_3.1.0.jar
> ./startup.jar
>
> but when i start via
> java -cp startup.jar org.eclipse.core.launcher.Main -console
>
> i find an exception in the error log:
> ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
>
>
> did i miss something? all i want to do is a simple headless installation
:)
>
>
>
> thanks
Previous Topic:Empty folders in eclipse/configuration/org.eclipse.osgi/bundles
Next Topic:Why does the org.eclipse.core.runtime bundle manifest.mf have no Bundle-ClassPath entry?
Goto Forum:
  


Current Time: Thu Jul 10 09:32:33 EDT 2025

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

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

Back to the top