Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » unable to create view ID
unable to create view ID [message #299546] Mon, 20 February 2006 09:38 Go to next message
Eclipse UserFriend
Originally posted by: fabian.eberhardt.sap.com

Hi,

After changing code in a couple of classes I get the following error
when starting my runtime eclipse:

"Unable to create view ID com.id.of.my.view.ComponentsView: Plug-in
com.name.of.my.plugin was unable to load class
com.path.to.my.view.ComponentsView.

java.lang.ClassNotFoundException: com.path.to.my.view.ComponentsView"


What I did yet:
- check path in plugin.xml: it is the right path to java class
(never changed it - and never changed name of class)
- starting eclipse with "eclipse.exe - clean"
- "Project / Clean" all projects
- "PDE Tools / Update Classpath" of all projects

That helped several times before - but not now.

Any ideas?

Thanks!
Fabian
Re: unable to create view ID [message #299661 is a reply to message #299546] Tue, 21 February 2006 14:24 Go to previous messageGo to next message
Eclipse UserFriend
Check on plugin dependencies....if it has any dependencies you added in your
new modifications, then make sure that those plugins are also added to the
launch configurations. Most of the time it happens automatically, but double
checking this could help.

"Fabian Eberhardt" <fabian.eberhardt@sap.com> wrote in message
news:dtck9f$a9j$1@utils.eclipse.org...
> Hi,
>
> After changing code in a couple of classes I get the following error when
> starting my runtime eclipse:
>
> "Unable to create view ID com.id.of.my.view.ComponentsView: Plug-in
> com.name.of.my.plugin was unable to load class
> com.path.to.my.view.ComponentsView.
>
> java.lang.ClassNotFoundException: com.path.to.my.view.ComponentsView"
>
>
> What I did yet:
> - check path in plugin.xml: it is the right path to java class
> (never changed it - and never changed name of class)
> - starting eclipse with "eclipse.exe - clean"
> - "Project / Clean" all projects
> - "PDE Tools / Update Classpath" of all projects
>
> That helped several times before - but not now.
>
> Any ideas?
>
> Thanks!
> Fabian
Re: unable to create view ID [message #299680 is a reply to message #299661] Wed, 22 February 2006 05:20 Go to previous message
Eclipse UserFriend
Originally posted by: fabian.eberhardt.sap.com

problem solved :)

one of the needed packages were not exported any more...


Sridhar wrote:
> Check on plugin dependencies....if it has any dependencies you added in your
> new modifications, then make sure that those plugins are also added to the
> launch configurations. Most of the time it happens automatically, but double
> checking this could help.
>
> "Fabian Eberhardt" wrote in message
>
>>Hi,
>>
>>After changing code in a couple of classes I get the following error when
>>starting my runtime eclipse:
>>
>>"Unable to create view ID com.id.of.my.view.ComponentsView: Plug-in
>>com.name.of.my.plugin was unable to load class
>>com.path.to.my.view.ComponentsView.
>>
>>java.lang.ClassNotFoundException: com.path.to.my.view.ComponentsView"
>>
>>
>>What I did yet:
>>- check path in plugin.xml: it is the right path to java class
>> (never changed it - and never changed name of class)
>>- starting eclipse with "eclipse.exe - clean"
>>- "Project / Clean" all projects
>>- "PDE Tools / Update Classpath" of all projects
>>
>>That helped several times before - but not now.
>>
>>Any ideas?
>>
>>Thanks!
>> Fabian
>
>
>
Previous Topic:3rd Debugger article
Next Topic:C++ auto completion on amd64 hangs
Goto Forum:
  


Current Time: Fri Jul 18 05:24:54 EDT 2025

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

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

Back to the top