Runtime Error : Export Restriction: JSSE only
Hello,
I have a Prblm in JSSE .
My Application Tries to contact another Application thru https.
I have Done Following Changes
1.System.setProperty "java.protocol.handler.pkgs" , "com.sun.net.ssl.internal.www.protocol" );
java.security.Security.addProvider( new com.sun.net.ssl.internal.ssl.Provider() );
2.security.provider.1=sun.security.provider.Sun in java.security File
3. included the jssl.jar , jcrypto.jar , jnet.jar in classpath
When I try to Open a OutputStream I get the Following Error :
Export restriction: JSSE only
can Any one give me some info about the Error.
Thanks in Advance .

