Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter [message #460860] Sun, 31 December 2006 17:05 Go to next message
Eclipse UserFriend
Originally posted by: gsmith1943.earthlink.net

All,

I am trying to get New Project-Plug in project-would you like to create a
RCP-Hello RCP to work and I keep getting the following error. The IDE fails
on the other templates also.

I have download and re-install two times still a problem. Is there a problem
with the install or what can I do.

thanks
grs

java.lang.ClassNotFoundException:
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:333 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Re: ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter [message #460862 is a reply to message #460860] Sun, 31 December 2006 17:30 Go to previous messageGo to next message
Brandon Kane is currently offline Brandon KaneFriend
Messages: 7
Registered: July 2009
Junior Member
Take a look in your run configuration at the Plug-ins tab and make sure
that all the plug-ins in the target platform are checked.

Brandon

grs wrote:
> All,
>
> I am trying to get New Project-Plug in project-would you like to create a
> RCP-Hello RCP to work and I keep getting the following error. The IDE fails
> on the other templates also.
>
> I have download and re-install two times still a problem. Is there a problem
> with the install or what can I do.
>
> thanks
> grs
>
> java.lang.ClassNotFoundException:
> org.eclipse.core.runtime.adaptor.EclipseStarter
> at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:333 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
>
>
Re: ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter [message #460864 is a reply to message #460862] Sun, 31 December 2006 19:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gsmith1943.earthlink.net

I am still having no luck. I download and reinstalled again. Here is what I
have.

Just can not understand how this could fail - why would not a fresh install
work

In plugin.xml

red X here: point="org.eclipse.core.runtime.applications">

red X here point="org.eclipse.ui.perspectives">

also in Dependencies - Reguired Plug-ins I have Red X's on

org.eclipse.ui and org.eclipse.core.runtime

george



"Brandon Kane" <brandontkane@gmail.com> wrote in message
news:en8s38$i56$1@utils.eclipse.org...
> Take a look in your run configuration at the Plug-ins tab and make sure
> that all the plug-ins in the target platform are checked.
>
> Brandon
>
> grs wrote:
>> All,
>>
>> I am trying to get New Project-Plug in project-would you like to create a
>> RCP-Hello RCP to work and I keep getting the following error. The IDE
>> fails on the other templates also.
>>
>> I have download and re-install two times still a problem. Is there a
>> problem with the install or what can I do.
>>
>> thanks
>> grs
>>
>> java.lang.ClassNotFoundException:
>> org.eclipse.core.runtime.adaptor.EclipseStarter
>> at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:333 )
>> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>> at org.eclipse.core.launcher.Main.run(Main.java:977)
>> at org.eclipse.core.launcher.Main.main(Main.java:952)
>>
Re: ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter [message #460866 is a reply to message #460864] Sun, 31 December 2006 19:58 Go to previous messageGo to next message
Brandon Kane is currently offline Brandon KaneFriend
Messages: 7
Registered: July 2009
Junior Member
You could also check in Preferences > Plug-in Development > Target
Platform and see what is there. It should have all the relevant
plug-ins selected. Try reloading/adding required plug-ins.




grs wrote:
> I am still having no luck. I download and reinstalled again. Here is what I
> have.
>
> Just can not understand how this could fail - why would not a fresh install
> work
>
> In plugin.xml
>
> red X here: point="org.eclipse.core.runtime.applications">
>
> red X here point="org.eclipse.ui.perspectives">
>
> also in Dependencies - Reguired Plug-ins I have Red X's on
>
> org.eclipse.ui and org.eclipse.core.runtime
>
> george
>
>
>
> "Brandon Kane" <brandontkane@gmail.com> wrote in message
> news:en8s38$i56$1@utils.eclipse.org...
>> Take a look in your run configuration at the Plug-ins tab and make sure
>> that all the plug-ins in the target platform are checked.
>>
>> Brandon
>>
>> grs wrote:
>>> All,
>>>
>>> I am trying to get New Project-Plug in project-would you like to create a
>>> RCP-Hello RCP to work and I keep getting the following error. The IDE
>>> fails on the other templates also.
>>>
>>> I have download and re-install two times still a problem. Is there a
>>> problem with the install or what can I do.
>>>
>>> thanks
>>> grs
>>>
>>> java.lang.ClassNotFoundException:
>>> org.eclipse.core.runtime.adaptor.EclipseStarter
>>> at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:333 )
>>> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>>> at org.eclipse.core.launcher.Main.run(Main.java:977)
>>> at org.eclipse.core.launcher.Main.main(Main.java:952)
>>>
>
Re: ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter [message #460868 is a reply to message #460866] Sun, 31 December 2006 20:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gsmith1943.earthlink.net

Brandon,
Ok did that but still get error message in error log:
Exception launching the Eclipse platform - org.eclipse.core.launcher
its like it isn't there.

I am doing this in the Eclipse SDK - did not download the RCP_SDK the
web site said the SDK was all you needed.

george

Error
Sun Dec 31 14:06:19 CST 2006
Exception launching the Eclipse Platform:

java.lang.ClassNotFoundException:
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:333 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)



"Brandon Kane" <brandontkane@gmail.com> wrote in message
news:en94p4$6rm$1@utils.eclipse.org...
> You could also check in Preferences > Plug-in Development > Target
> Platform and see what is there. It should have all the relevant plug-ins
> selected. Try reloading/adding required plug-ins.
>
>
>
>
> grs wrote:
>> I am still having no luck. I download and reinstalled again. Here is what
>> I have.
>>
>> Just can not understand how this could fail - why would not a fresh
>> install work
>>
>> In plugin.xml
>>
>> red X here: point="org.eclipse.core.runtime.applications">
>>
>> red X here point="org.eclipse.ui.perspectives">
>>
>> also in Dependencies - Reguired Plug-ins I have Red X's on
>>
>> org.eclipse.ui and org.eclipse.core.runtime
>>
>> george
>>
>>
>>
>> "Brandon Kane" <brandontkane@gmail.com> wrote in message
>> news:en8s38$i56$1@utils.eclipse.org...
>>> Take a look in your run configuration at the Plug-ins tab and make sure
>>> that all the plug-ins in the target platform are checked.
>>>
>>> Brandon
>>>
>>> grs wrote:
>>>> All,
>>>>
>>>> I am trying to get New Project-Plug in project-would you like to create
>>>> a RCP-Hello RCP to work and I keep getting the following error. The IDE
>>>> fails on the other templates also.
>>>>
>>>> I have download and re-install two times still a problem. Is there a
>>>> problem with the install or what can I do.
>>>>
>>>> thanks
>>>> grs
>>>>
>>>> java.lang.ClassNotFoundException:
>>>> org.eclipse.core.runtime.adaptor.EclipseStarter
>>>> at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>>> at java.security.AccessController.doPrivileged(Native Method)
>>>> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>>>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:333 )
>>>> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>>>> at org.eclipse.core.launcher.Main.run(Main.java:977)
>>>> at org.eclipse.core.launcher.Main.main(Main.java:952)
>>>>
>>
Re: ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter [message #460870 is a reply to message #460868] Sun, 31 December 2006 20:36 Go to previous message
Eclipse UserFriend
Originally posted by: gsmith1943.earthlink.net

Well, I finally got it to work. One writer suggested that all RCP projects
be in their own directory, so I used the -data C:\newRCPProject and it
worked just fine. Sooooo something in my usual workspace directory was
blowing it up. It would be nice to know what. Thanks to Brandon.

george


"grs" <gsmith1943@earthlink.net> wrote in message
news:en95ht$870$1@utils.eclipse.org...
> Brandon,
> Ok did that but still get error message in error log:
> Exception launching the Eclipse platform - org.eclipse.core.launcher
> its like it isn't there.
>
> I am doing this in the Eclipse SDK - did not download the RCP_SDK the
> web site said the SDK was all you needed.
>
> george
>
> Error
> Sun Dec 31 14:06:19 CST 2006
> Exception launching the Eclipse Platform:
>
> java.lang.ClassNotFoundException:
> org.eclipse.core.runtime.adaptor.EclipseStarter
> at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:333 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
>
>
>
> "Brandon Kane" <brandontkane@gmail.com> wrote in message
> news:en94p4$6rm$1@utils.eclipse.org...
>> You could also check in Preferences > Plug-in Development > Target
>> Platform and see what is there. It should have all the relevant plug-ins
>> selected. Try reloading/adding required plug-ins.
>>
>>
>>
>>
>> grs wrote:
>>> I am still having no luck. I download and reinstalled again. Here is
>>> what I have.
>>>
>>> Just can not understand how this could fail - why would not a fresh
>>> install work
>>>
>>> In plugin.xml
>>>
>>> red X here: point="org.eclipse.core.runtime.applications">
>>>
>>> red X here point="org.eclipse.ui.perspectives">
>>>
>>> also in Dependencies - Reguired Plug-ins I have Red X's on
>>>
>>> org.eclipse.ui and org.eclipse.core.runtime
>>>
>>> george
>>>
>>>
>>>
>>> "Brandon Kane" <brandontkane@gmail.com> wrote in message
>>> news:en8s38$i56$1@utils.eclipse.org...
>>>> Take a look in your run configuration at the Plug-ins tab and make sure
>>>> that all the plug-ins in the target platform are checked.
>>>>
>>>> Brandon
>>>>
>>>> grs wrote:
>>>>> All,
>>>>>
>>>>> I am trying to get New Project-Plug in project-would you like to
>>>>> create a RCP-Hello RCP to work and I keep getting the following error.
>>>>> The IDE fails on the other templates also.
>>>>>
>>>>> I have download and re-install two times still a problem. Is there a
>>>>> problem with the install or what can I do.
>>>>>
>>>>> thanks
>>>>> grs
>>>>>
>>>>> java.lang.ClassNotFoundException:
>>>>> org.eclipse.core.runtime.adaptor.EclipseStarter
>>>>> at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>>>> at java.security.AccessController.doPrivileged(Native Method)
>>>>> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>>>>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:333 )
>>>>> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>>>>> at org.eclipse.core.launcher.Main.run(Main.java:977)
>>>>> at org.eclipse.core.launcher.Main.main(Main.java:952)
>>>>>
>>>
>
>
Previous Topic:TableViewer refresh does not work
Next Topic:Browser location
Goto Forum:
  


Current Time: Thu Apr 25 08:57:40 GMT 2024

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

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

Back to the top