Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » External Integration of 3rd party non OSGI jars
External Integration of 3rd party non OSGI jars [message #1750716] Tue, 27 December 2016 08:17 Go to next message
Martin Kallinger is currently offline Martin KallingerFriend
Messages: 1
Registered: December 2016
Junior Member
We have a requirement to integrate 3rd Party jars in our Project running on Virgo 3.6.4 .

The problem is that the jars have licenses which don't allow us to integrate them directly in our projects via BundleClasspath. Unfortunately the jars also have no valid manifest.

The best solution for us would be to let the customer download the jars on their own and we add them dynamically to our bundle.

What is the best way to load/deploy the jars dynamically?

I added a directory to the server classpath but don't know how i can access the classes from the server classpath in our bundle?

Is there a way to add jars outside the bundle to the bundle-classpath ?

Thanks
Martin
Re: External Integration of 3rd party non OSGI jars [message #1750865 is a reply to message #1750716] Fri, 30 December 2016 09:46 Go to previous message
Violeta Georgieva is currently offline Violeta GeorgievaFriend
Messages: 11
Registered: October 2016
Junior Member
Hi,

You can try "external" directive in Bundle-ClassPath, you should know that it is Equinox specific and it's not recommended.
https://www.eclipse.org/forums/index.php/t/199203/

Regards,
Violeta
Previous Topic:Virgo 3.7.0.M03 - Repository/ext spring-webmvc requires jstl 1.2.1
Next Topic:Problem with Virgo 3.6.4 + Spring 3.1.3 + Jackson 2
Goto Forum:
  


Current Time: Thu Apr 25 17:15:59 GMT 2024

Powered by FUDForum. Page generated in 0.03855 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top