From: annegrl <an...@ya...> - 2007-10-01 16:59:44
|
Thanks David, this is a huge help. This application is plug-in based, and the plugin that is actually calling the jython code was the one that couldn't be found (before I created the test scenario)--based on your response, I would guess that this plugins classloader would look for its own classes differently. So I'm trying out my own classloader as you suggested. Iin this line, how do you get an array of all the bundles? I'm looking through the eclipse API, but it's not popping out at me (a bit new to eclipse also!) >> Bundle[] bundles = MonitoringPlugin.getInstance().getBundles(); Thanks again! anne -- View this message in context: http://www.nabble.com/Cannot-import-name...but-jar-in-classpath-tf4546539.html#a12983127 Sent from the jython-dev mailing list archive at Nabble.com. |