Re: [equinox-dev] javax packages not available

2008-04-30 Thread Danail Nachev
Hi, You should post such questions on the equinox newsgroup: http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.equinox You need to also import the package in your bundle: Import-Package: javax.naming Also, I think that this package is already provided in the default JDK pro

Re: [equinox-dev] javax packages not available

2008-04-30 Thread Alin Dreghiciu
BTW, you can use Pax Runner to start up equinox and you will have the "javax.naming" package" already exported by system bundle by default. Alin Dreghiciu On Wed, Apr 30, 2008 at 2:38 PM, Alin Dreghiciu <[EMAIL PROTECTED]> wrote: > In Pax Runner we are using the "org.osgi.framework.system.package

Re: [equinox-dev] javax packages not available

2008-04-30 Thread Alin Dreghiciu
In Pax Runner we are using the "org.osgi.framework.system.packages" but as a system property not as part of config.ini. I cannot say for sure but as much as I recall we are using the system property because it does not work in config.ini. Alin On Wed, Apr 30, 2008 at 2:14 PM, Srijith Kochunni <[E

[equinox-dev] javax packages not available

2008-04-30 Thread Srijith Kochunni
Hi All, I am starting a bundle in which I use the JNDI packages and I get an exception which says java.lang.NoClassDefFoundError: javax/naming/InitialContext I found in some of the discussion forums that this happens because the javax packages