Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Plugin - compiles but failes on library call
Plugin - compiles but failes on library call [message #156226] Sat, 10 June 2006 16:32
Eclipse UserFriend
Originally posted by: sparky.flo.com

hy, i am currently writing a plugin for eclipse and here is my problem:

i have included two libraries, one for xslt-transformation and one for
writing xml-documents, they are stored in a folder called "libs"

if i start my application while developing (via run / eclipse application)
everything works fine, but if i export it as an .jar file and copy it to the
eclipse-pluginfolder, restart eclipse and start my application, it works
until i do something, that uses functions / classes of one of the .jar libs
=> then it failsit just fails (suddenly the app-window is gone) whenever i
do something, that uses one of the two .jar libs.

of course i have configured my plugin properly using the "build" page:
- i have encluded the "libs" folder in the binary build
- i have created extra classpath entries for both .jar files


if i extract the class files from the .jar files and zip them together with
the class files of my plugin, it works!

so why does it not work, if i just include the .jar files ? can somebody
help me with that?
thanks in advance!
Previous Topic:Plugin Development - How to start
Next Topic:Bundles are really there but!!!!
Goto Forum:
  


Current Time: Thu Jun 27 21:15:24 GMT 2024

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

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

Back to the top