RickFischer
asked on
Protocol handler not found : https
I have Java program running standalone in a Linux enviornment. It is attempting to connect to an https URL using an instance of: java.net.URLconnection.
The program worked find as a Java servlet running under Tomcat on the same Linux box. When I moved it to standalone the attempts to connect to the https URL fails : Protocol handler not found : https
My JDK version is : jdk1.5.0_05
My PATH variable is set to : /usr/java/jdk1.5.0_05/bin
My JAVA_HOME variable is set to : /usr/java/jdk1.5.0_05
The program worked find as a Java servlet running under Tomcat on the same Linux box. When I moved it to standalone the attempts to connect to the https URL fails : Protocol handler not found : https
My JDK version is : jdk1.5.0_05
My PATH variable is set to : /usr/java/jdk1.5.0_05/bin
My JAVA_HOME variable is set to : /usr/java/jdk1.5.0_05
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Helped ?