Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » Bundled JSEE?
Bundled JSEE? [message #639307] Tue, 16 November 2010 00:58 Go to next message
Andy Geach is currently offline Andy GeachFriend
Messages: 2
Registered: November 2010
Junior Member
I'm trying to get an app into Virgo - it has a dependency on some javax.net.ssl classes. Anyone know where to get a bundled version of this jar, or how to use the jsse.jar that comes with JRE in Virgo?

cheers

Andy
Re: Bundled JSEE? [message #639315 is a reply to message #639307] Tue, 16 November 2010 01:56 Go to previous messageGo to next message
Dmitry Sklyut is currently offline Dmitry SklyutFriend
Messages: 279
Registered: January 2010
Senior Member
Take a look in /lib/java6.profile (forget exact file name). Add the package in question to the list of boot delegated packages
Re: Bundled JSEE? [message #639533 is a reply to message #639315] Tue, 16 November 2010 20:12 Go to previous messageGo to next message
Andy Geach is currently offline Andy GeachFriend
Messages: 2
Registered: November 2010
Junior Member
thanks Dmitry, works well

Andy
Re: Bundled JSEE? -- sun.misc cannot be imported [message #639738 is a reply to message #639307] Wed, 17 November 2010 15:58 Go to previous message
guofeng zhang is currently offline guofeng zhangFriend
Messages: 49
Registered: July 2009
Member
It does not work for my case.

My bundle depends on sun.misc. It cannot be deployed because of missing constraint: <Import-Package: sun.misc; version="0.0.0">

I have to added "sun.misc" to system.packages, then my bundle deployed successfully (in Active).

There is "sun.*" in the boot delegation package, why does it not function?

I using virgo-web-server-2.1.0.RELEASE
Previous Topic:Abount WebApplicationStartFailedException
Next Topic:Publish service from web bundle
Goto Forum:
  


Current Time: Fri Apr 19 21:52:22 GMT 2024

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

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

Back to the top