bitletorg / weupnp

A tiny UPnP (Universal Plug and Play) client library written in Java
http://bitletorg.github.io/weupnp
100 stars 36 forks source link

no Router found in OSGi #14

Closed fohnbit closed 9 years ago

fohnbit commented 9 years ago

I wrote a standalone and a plugin for an OSGi system. At the OSGi I has to set the sa.jar and javax.xml-1.3.4.jar in Buildpath.

The Standalone are find on my Linux system thr router. The OSGI Plugin not.

But same code.

I guess it is a problem with the sax.jar and javax.xml version?

Which version should I use?

fohnbit commented 9 years ago

OK, found a solution. Has to add 3 library to the buildpath: sax.jar javax.xml.jar xerces.jar

abahgat commented 9 years ago

Thanks for documenting the solution as well, I'm closing this issue as resolved. Let us know if you need any more help.