Hi Holger,
That seems to have done the trick! Many thanks! Tim ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Holger Knublauch Sent: Wednesday, October 08, 2008 4:42 PM To: [email protected] Subject: [tbc-users] Re: ARQ Extension Eclipse Question Hi Tim, you can copy the .jar files into your plugin (typically into a lib folder there) and then make sure they are added both to the plugin project class path and the ClassPath which you specify on the Runtime page of the plugin.xml editor. For distribution of the plugin, also make sure they are in the Binary Build settings of the Build tab on the plugin.xml. Let me know if this does not work. Holger On Oct 8, 2008, at 1:37 PM, Smith, Tim wrote: Ok, I know this is more of an Eclipse question than directly a TBC question but I've been searching eclipse.org and still haven't found the answer so I'm hoping someone on here can point me in the right direction. I'm developing additional property functions for TBC. Unlike my previous functions, these functions rely on external libraries such as Jakarta ORO, other eclipse projects, etc... I can tell my plug-in project that these libraries exist and thus the project will compile. However, when I test the plug-in using Launch an Eclipse Application, I get a java.lang.NoClassDefFoundError when the code gets to a point where it calls something from the library jar files. For some reason, the jars are not being packaged when the plug-in is loaded into the test environment. I've tried adding them to the runtime and build tabs but unless I directly place the jars into my project, I cannot even see them using the various options on those two tabs. When I did place them in the project directly and add them to runtime and/or build, they were still not found. Can anyone tell me how to configure my plug-in so that it will package the library jars into its deployment? Thanks in advance, Tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
