Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » The JAR of this class file belongs to a container "Plugin Depenedencies" which does not al
The JAR of this class file belongs to a container "Plugin Depenedencies" which does not al [message #324320] Tue, 22 January 2008 14:42 Go to next message
Eclipse UserFriend
So I click on IncrementalProjectBuilder and select F3 to show
declaration. I get the error message above. How can I fix this? I want
to read the source for IncrementalProjectBuilder to see if I can figure
out how to configure my builder when the user presses "edit" or
"properties" from the builder context menu (which does not exist).

Thanks,
John
Re: The JAR of this class file belongs to a container "Plugin Depenedencies" which does no [message #324330 is a reply to message #324320] Tue, 22 January 2008 17:18 Go to previous messageGo to next message
Eclipse UserFriend
Do you have Eclipse SDK that includes source?

Snjeza

John J Barton wrote:
> So I click on IncrementalProjectBuilder and select F3 to show
> declaration. I get the error message above. How can I fix this? I want
> to read the source for IncrementalProjectBuilder to see if I can figure
> out how to configure my builder when the user presses "edit" or
> "properties" from the builder context menu (which does not exist).
>
> Thanks,
> John
Re: The JAR of this class file belongs to a container "Plugin Depenedencies" which does no [message #324333 is a reply to message #324330] Tue, 22 January 2008 19:23 Go to previous messageGo to next message
Eclipse UserFriend
Snjezana Peco wrote:
> Do you have Eclipse SDK that includes source?
>
I guess no. How can I tell? But more important, how to fix it? I can of
course checkout the code from cvs, but I want to use the slick features
of eclipse to navigate through the code.

Thanks,
John.
Re: The JAR of this class file belongs to a container "Plugin Depenedencies" which does no [message #324334 is a reply to message #324333] Tue, 22 January 2008 20:08 Go to previous messageGo to next message
Eclipse UserFriend
I found another clue: on-line help has "Platform Plug-in Developer
Guide" but my copy of eclipse does not have that guide. This seems to be
different than "Plug-in Development Environment Guide" which I do have.
Any idea how to get the other bit?
Thanks,
John.


John J Barton wrote:
> Snjezana Peco wrote:
>> Do you have Eclipse SDK that includes source?
>>
> I guess no. How can I tell? But more important, how to fix it? I can of
> course checkout the code from cvs, but I want to use the slick features
> of eclipse to navigate through the code.
>
> Thanks,
> John.
Re: The JAR of this class file belongs to a container "Plugin Depenedencies" which does no [message #324352 is a reply to message #324334] Wed, 23 January 2008 07:51 Go to previous messageGo to next message
Eclipse UserFriend
You can use the following link to download and install Eclipse SDK for
your OS:
http://download.eclipse.org/eclipse/downloads/drops/R-3.3.1. 1-200710231652/index.php

Snjeza

John J Barton wrote:
> I found another clue: on-line help has "Platform Plug-in Developer
> Guide" but my copy of eclipse does not have that guide. This seems to be
> different than "Plug-in Development Environment Guide" which I do have.
> Any idea how to get the other bit?
> Thanks,
> John.
>
>
> John J Barton wrote:
>> Snjezana Peco wrote:
>>> Do you have Eclipse SDK that includes source?
>>>
>> I guess no. How can I tell? But more important, how to fix it? I can
>> of course checkout the code from cvs, but I want to use the slick
>> features of eclipse to navigate through the code.
>>
>> Thanks,
>> John.
Re: The JAR of this class file belongs to a container "Plugin Depenedencies" which does no [message #324369 is a reply to message #324352] Wed, 23 January 2008 10:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Snjezana Peco wrote:
> You can use the following link to download and install Eclipse SDK for
> your OS:
> http://download.eclipse.org/eclipse/downloads/drops/R-3.3.1. 1-200710231652/index.php

More specifically, some packages include the Eclipse platform source
(distributed as plugins in addition to the platform plugins themselves)
while other packages do not. The SDK package is one that does include
the source.

Hope this helps,
Eric


> John J Barton wrote:
>> I found another clue: on-line help has "Platform Plug-in Developer
>> Guide" but my copy of eclipse does not have that guide. This seems to
>> be different than "Plug-in Development Environment Guide" which I do
>> have. Any idea how to get the other bit?
>> Thanks,
>> John.
>>
>>
>> John J Barton wrote:
>>> Snjezana Peco wrote:
>>>> Do you have Eclipse SDK that includes source?
>>>>
>>> I guess no. How can I tell? But more important, how to fix it? I can
>>> of course checkout the code from cvs, but I want to use the slick
>>> features of eclipse to navigate through the code.
>>>
>>> Thanks,
>>> John.
Re: The JAR of this class file belongs to a container "Plugin Depenedencies" which does no [message #324388 is a reply to message #324369] Wed, 23 January 2008 13:33 Go to previous messageGo to next message
Eclipse UserFriend
Eric Rizzo wrote:
> Snjezana Peco wrote:
>> You can use the following link to download and install Eclipse SDK for
>> your OS:
>> http://download.eclipse.org/eclipse/downloads/drops/R-3.3.1. 1-200710231652/index.php
>
>
> More specifically, some packages include the Eclipse platform source
> (distributed as plugins in addition to the platform plugins themselves)
> while other packages do not. The SDK package is one that does include
> the source.

Thanks Eric and Snjezana. Maybe I can rephrase my request more clearly now:

Given that I didn't install the SDK package is there a way to upgrade
the package I did install (europa fall j2ee) to get the source?

None of the packages have all I need and I already set this package up.
I'd rather not start over.

Thanks,
John



> Hope this helps,
> Eric
>
>
>> John J Barton wrote:
>>> I found another clue: on-line help has "Platform Plug-in Developer
>>> Guide" but my copy of eclipse does not have that guide. This seems to
>>> be different than "Plug-in Development Environment Guide" which I do
>>> have. Any idea how to get the other bit?
>>> Thanks,
>>> John.
>>>
>>>
>>> John J Barton wrote:
>>>> Snjezana Peco wrote:
>>>>> Do you have Eclipse SDK that includes source?
>>>>>
>>>> I guess no. How can I tell? But more important, how to fix it? I
>>>> can of course checkout the code from cvs, but I want to use the
>>>> slick features of eclipse to navigate through the code.
>>>>
>>>> Thanks,
>>>> John.
Re: The JAR of this class file belongs to a container "Plugin Depenedencies" which does no [message #324396 is a reply to message #324388] Wed, 23 January 2008 16:29 Go to previous messageGo to next message
Eclipse UserFriend
You can unpack the SDK distribution into the directory where your
Eclipse installation is.
You need to use the same version of Eclipse and restart Eclipse using
the -clean option.

Snjeza

John J Barton wrote:
> Thanks Eric and Snjezana. Maybe I can rephrase my request more clearly now:
>
> Given that I didn't install the SDK package is there a way to upgrade
> the package I did install (europa fall j2ee) to get the source?
>
> None of the packages have all I need and I already set this package up.
> I'd rather not start over.
>
> Thanks,
> John
>
>
>
>> Hope this helps,
>> Eric
>>
>>
>>> John J Barton wrote:
>>>> I found another clue: on-line help has "Platform Plug-in Developer
>>>> Guide" but my copy of eclipse does not have that guide. This seems
>>>> to be different than "Plug-in Development Environment Guide" which I
>>>> do have. Any idea how to get the other bit?
>>>> Thanks,
>>>> John.
>>>>
>>>>
>>>> John J Barton wrote:
>>>>> Snjezana Peco wrote:
>>>>>> Do you have Eclipse SDK that includes source?
>>>>>>
>>>>> I guess no. How can I tell? But more important, how to fix it? I
>>>>> can of course checkout the code from cvs, but I want to use the
>>>>> slick features of eclipse to navigate through the code.
>>>>>
>>>>> Thanks,
>>>>> John.
Re: The JAR of this class file belongs to a container "Plugin Depenede [message #327164 is a reply to message #324330] Fri, 11 April 2008 18:35 Go to previous message
Eclipse UserFriend
Originally posted by: javalobby.toolazydogs.com

I am also getting this error and I have the Eclipse SDK w/ source installed. I used to be able to read the source but now, for some reason, I cannot.


Regards,
Alan
Previous Topic:Enable/disable Editor popup menu items
Next Topic:Suggestions on design using Extension and Extension points.
Goto Forum:
  


Current Time: Fri Mar 21 23:57:30 EDT 2025

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

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

Back to the top