Monday, October 31, 2011
Thursday, September 29, 2011
java keytool command for converting .crt to keystore file
keytool -import -trustcacerts -alias mydomain -file c:\xxx\.crt -keystore c:\xxx\xyz.keystore
Monday, July 11, 2011
java.net.ConnectException
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
if you got while running code on command prompt the above exception if got, you have to set the class path C:\jdk1.3.1_15\jre\lib\ext\jsse.jar and other two.
if you got while running code on command prompt the above exception if got, you have to set the class path C:\jdk1.3.1_15\jre\lib\ext\jsse.jar and other two.
Wednesday, April 6, 2011
Unsupported major.minor version 50.0 java
Unsupported major.minor version 50.0 , Exception will through if you compile the java class on higher version and run them on lower version.
Please make sure the jre version every where same.
Please make sure the jre version every where same.
Subscribe to:
Posts (Atom)