Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I get a ssl Provider error while running a file..

843811Jul 19 2001 — edited Jan 29 2002

WHen I try to run a file <filename>.java (the file has no problem in compilation), I get an error that says - "Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/net/ssl/internal/ssl/Provider".

What does this mean and how can I rectify it? I've already edited the java.security file and added the provider -
security.provider.1=com.sun.net.ssl.internal.ssl.Provider
but still the problem occurs.



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2002
Added on Jul 19 2001
4 comments
536 views