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.