Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » java.security File and Class Loader?
java.security File and Class Loader? [message #113870] Thu, 21 August 2003 14:23
Scott Fairbrother is currently offline Scott FairbrotherFriend
Messages: 2
Registered: July 2009
Junior Member
I'm having trouble using a cryptography provider from my plug-in. I modified
the java.security file as follows:
security.provider.2=cryptix.jce.provider.Cryptix

However, I am getting an exception from the classloader that it's not
permitted to load the class file.

Exception message is below in red.

Unhandled exception caught in event loop.

Reason:

com.sun.net.ssl.internal.ssl.Provider


Is there a way to make the plugin look at my new java.security file? Does
the plugin loader look for this info? Is there a -D option that I can
specify in the VMArguments that will affect the eclipse loader?

-Scott
Previous Topic:how to create prespectives?
Next Topic:Console window(s)
Goto Forum:
  


Current Time: Sun Jun 30 10:15:12 GMT 2024

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

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

Back to the top