Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] J2SE in OSGi

Did you import that javax.xml.parsers package that contains the 
DocumentBuilderFactory class? In OSGi you must import all packages other 
than java.* package in your bundle's manifest.

BJ Hargrave
Senior Technical Staff Member, IBM
OSGi Fellow and CTO of the OSGi Alliance
hargrave@xxxxxxxxxx

office: +1 386 848 1781
mobile: +1 386 848 3788




Christian Voigtmann <voigtmann@xxxxxxxxxxxxxxxx> 
Sent by: equinox-dev-bounces@xxxxxxxxxxx
2007-05-03 06:59
Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>


To
equinox-dev@xxxxxxxxxxx
cc

Subject
[equinox-dev] J2SE in OSGi






Hi i`am very new to OSGi !

So I have several questions to ask ;)

Here is one of it: It is possible to use all J2SE classes in OSGi, for 
example the DocumentBuilderFactory class from the package javax.xml !
So is there any restriction of using J2SE functionalities in OSGi. If 
not, how can I use the DocumentBuilderFactory class for example, I tried
it but i didn`t work.

Greetings

Christian

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev




Back to the top