java.security File and Class Loader? [message #113870] |
Thu, 21 August 2003 10:23 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.07229 seconds