Skip to Content.
Sympa Menu

mace-opensaml-users - JDK version for SAMP API

Subject: OpenSAML user discussion

List archive

JDK version for SAMP API


Chronological Thread 
  • From: "Laxmanareddy, Tathireddy (IE10)" <>
  • To:
  • Subject: JDK version for SAMP API
  • Date: Wed, 23 Jul 2003 06:22:33 -0700

Hello All,
 
Is the JDK1.4 the least version that supports opensaml api or is there any other version that supports jdk1.2 ??
 
I am trying to compile source with jdk1.2  getting compilation errors
 
SAMLSOAPBinding.java:139: Method setInstanceFollowRedirects(boolean) not found in class java.net.HttpURLConnection.
            ((HttpURLConnection)conn).setInstanceFollowRedirects(false);
                                                                ^
SAMLSOAPBinding.java:142: Class javax.net.ssl.HttpsURLConnection not found.
            if (conn instanceof javax.net.ssl.HttpsURLConnection)
                                             ^
SAMLSOAPBinding.java:157: Class javax.net.ssl.HttpsURLConnection not found.
                    ((javax.net.ssl.HttpsURLConnection)conn).setSSLSocketFactory(ctx.getSocketFactory());
 
please help
 
Thanks In Advance
Laxman


  • JDK version for SAMP API, Laxmanareddy, Tathireddy (IE10), 07/23/2003

Archive powered by MHonArc 2.6.16.

Top of Page