Hello,
this is a follow up of this problem:
XMLBeans problem
the problem in that link is the same as this problem. but i dont think its a threading problem like I stated in the link forum
thread...
I have a problem with a JFace application.
I have some jars in different eclipse plug-in projects. and i can access those jars by manipulating the manifest. I can also run code compiled in those jars from other plug-in projects. But NOT when i try to run code inside a jar from the User Interface.
so basically: I can run code from
JUnit tests and from main methods. but when I run my application and the GUI shows up, the classes in my jar cannot be found. the manifest is updated: so all may jars are referenced to in the manifest
I hope you understand my problem. kinda hard to explain
Thanks for the help