Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-dev] No joy bundleing java libraries with plugins

Being a newbie in plug-in dev myself I think I encountered the same
problem...? Whenever I included a 3rd party jar (e.g. dom4j-full.jar) in
my plug-in it would give me a "view couldn't be created error".

The solution I found was that I needed to wrap the 3r pty jars inside a
plug-in and then in the plug-in.xml declare a dependency on that
"jar-plug-in".

Hope this helps you along a bit,

	Raynier



-----Original Message-----
From: pde-dev-admin@xxxxxxxxxxx [mailto:pde-dev-admin@xxxxxxxxxxx] On
Behalf Of Philip Borlin
Sent: April 27, 2004 7:16 AM
To: pde-dev@xxxxxxxxxxx
Subject: Re: [pde-dev] No joy bundleing java libraries with plugins

A more specific example would help.

-Phil

lance lim wrote:

> i am meeting with the same problem which i thought i
> already solved but when Eclipse need to load an
> external class within another class, it just would not
> load the external class!!!! No matter how where I
> placed the external library.
> 
> __________________________________
> Do you Yahoo!?
> Protect your identity with Yahoo! Mail AddressGuard
> http://antispam.yahoo.com/whatsnewfree
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/pde-dev
> 
> 
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-dev

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.669 / Virus Database: 431 - Release Date: 4/26/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.669 / Virus Database: 431 - Release Date: 4/26/2004
 



Back to the top