Re: [equinox-dev] What bundle class loaded from

2008-11-26 Thread Fredrik Alströmer
On a similar note, is there a way to access the actual bundle file? Like for running an external javac-process (think tomcat jasper), which needs a classpath. On Mon, Nov 24, 2008 at 18:15, BJ Hargrave [EMAIL PROTECTED] wrote: PackageAdmin.getBundle(Class) -- BJ Hargrave Senior Technical

Re: [equinox-dev] What bundle class loaded from

2008-11-26 Thread BJ Hargrave
Not in any standard way. A framework is free to store an installed bundle in any way is chooses. It could keep the original JAR file, expand it to the file system, put all the entries in a database, convert it to some VM optimized format, etc. -- BJ Hargrave Senior Technical Staff Member, IBM

Re: [equinox-dev] What bundle class loaded from

2008-11-26 Thread Fredrik Alströmer
I'm aware of this, but I figured this was the equinox mailing list, so maybe there's an equinox answer? :) On Wed, Nov 26, 2008 at 14:58, BJ Hargrave [EMAIL PROTECTED] wrote: Not in any standard way. A framework is free to store an installed bundle in any way is chooses. It could keep the

Re: [equinox-dev] What bundle class loaded from

2008-11-26 Thread Alex Blewitt
I've used equinox to persist/load a Jar from a database system without ever hitting the local file system. It's not just an equinox thing. Alex On Wed, Nov 26, 2008 at 2:45 PM, Fredrik Alströmer [EMAIL PROTECTED] wrote: I'm aware of this, but I figured this was the equinox mailing list, so