Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » runtime-workspace without resources
runtime-workspace without resources [message #293794] Sun, 30 October 2005 08:45 Go to next message
Eclipse UserFriend
Originally posted by: christian.eugster.bluewin.ch

Hi,

I try to run a rich client application with some plugins build by myself
containing some folders (e.g. lib) with files (e.g. *.gif). My runtime
environment seams not to find these resources. May anybody tell me what
I am doing wrong and what I have to do to get it right?

Thanks a lot!

Christian
Re: runtime-workspace without resources [message #293804 is a reply to message #293794] Sun, 30 October 2005 14:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Lamont_Gilbert.rigidsoftware.com

news.eclipse.org wrote:
> Hi,
>
> I try to run a rich client application with some plugins build by myself
> containing some folders (e.g. lib) with files (e.g. *.gif). My runtime
> environment seams not to find these resources. May anybody tell me what
> I am doing wrong and what I have to do to get it right?
>
> Thanks a lot!
>
> Christian

IResource is not part of RCP. If you need IResource i believe it is in
the IDE plugin.

CL
Re: runtime-workspace without resources [message #293805 is a reply to message #293804] Sun, 30 October 2005 14:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: christian.eugster.bluewin.ch

Sorry my missunderstanding writing. I do not mean IResources. I have in
my own plugin project a folder named lib that contains a jdbc library
and I want that my plugin code sees this library at runtime. I had
several tries to set configuration but have not succeeded up to now.
Sorry, english is not my native language.

Thank you

Christian

CL [dnoyeb] Gilbert schrieb:
> news.eclipse.org wrote:
>
>> Hi,
>>
>> I try to run a rich client application with some plugins build by myself
>> containing some folders (e.g. lib) with files (e.g. *.gif). My runtime
>> environment seams not to find these resources. May anybody tell me what
>> I am doing wrong and what I have to do to get it right?
>>
>> Thanks a lot!
>>
>> Christian
>
>
> IResource is not part of RCP. If you need IResource i believe it is in
> the IDE plugin.
>
> CL
Re: runtime-workspace without resources [message #293818 is a reply to message #293805] Mon, 31 October 2005 03:20 Go to previous message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
1) IResource are part of org.eclipse.core.resources plugin
2) you have to add your folder in classpath (plugin classpath, no project
classpath) and export folder/jar with your resources
Peco
Christian Eugster wrote:

> Sorry my missunderstanding writing. I do not mean IResources. I have in
> my own plugin project a folder named lib that contains a jdbc library
> and I want that my plugin code sees this library at runtime. I had
> several tries to set configuration but have not succeeded up to now.
> Sorry, english is not my native language.
>
> Thank you
>
> Christian
>
> CL [dnoyeb] Gilbert schrieb:
>> news.eclipse.org wrote:
>>
>>> Hi,
>>>
>>> I try to run a rich client application with some plugins build by myself
>>> containing some folders (e.g. lib) with files (e.g. *.gif). My runtime
>>> environment seams not to find these resources. May anybody tell me what
>>> I am doing wrong and what I have to do to get it right?
>>>
>>> Thanks a lot!
>>>
>>> Christian
>>
>>
>> IResource is not part of RCP. If you need IResource i believe it is in
>> the IDE plugin.
>>
>> CL
Previous Topic:class file differences between 3.0 and 3.1?
Next Topic:Perspective Extensions is not working... (for me)
Goto Forum:
  


Current Time: Fri Sep 27 08:16:07 GMT 2024

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

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

Back to the top