TLS 1.2 support with java6 - java-6

I need JDK6 for running a legacy application. But I need TLS 1.2 support also. But TLS 1.2 support is available in Java™ SE Development Kit 6, Update 121 or 111. and the java archive download page for ver 6 has versions 45 and lower only. How can I get it please help?

Older archived version are available only from oracle support login.
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Note :
If you are facing any memory issues with specific to the version 121 or 111 please try below options.
jdk 1.6u191
jdk 1.6u141
jdk 1.6u115 b32

Related

Is possible integrate WAS 9 and WSRR 8.5.6.2?

Is compatibilite Websphere Service Registry and Repositority (WSRR) 8.5.6.2 with Websphere Application Server 9 ?
The latest software compatibility report available says No: https://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/prereqsForProduct?deliverableId=CAF6DB10A58011E496AA0BC59742B3EB&osPlatforms=AIX|Linux|Solaris|Windows|z/OS&duComponentIds=S000&mandatoryCapIds=30|13&optionalCapIds=66|9|71|121|74|27|69|26
But this is really a question for the vendor, not stack exchange.
Thanks for everything covener,
I consulted that with the IBM Lab and effectively the answer was there is NO compatibility between WSRR V8.5.6.2 and WAS V9.
WSRR 8.5 is linked to WAS 8.5.5. Any fix pack to WSRR 8.5 will be supported by WAS 8.5.5 nothing else.
There are no plans to support WAS 9 by WSRR.

Derby DB can't able to start the network server automatically

Derby error on Windows 7
I have installed both 64 bit and 32 bit JDK's. Can't able to start the derby DB.
Derby 10.15 is for use with Java 9 and higher.
You are using Java 8.
You have two choices:
Upgrade your Java to Java 9
Get Derby 10.14, which supports Java 8
Note that on the Derby downloads page, the available releases are grouped by Java version.

Is there a way to activate earlier Java version in Websphere Application Server 8.5?

When I was installing WAS, there was a prompt alerting me to use Java 8 by default. I aggreed, because back then it wasn't matter which version to use.
Time passed and now I have necessity to use Java 6 in one of my profiles, which is coming with the WAS by default. Since I aggreed to use newer Java, WAS working on Java 8 by default now. I searched in installation repository, but in IBM Installation Manager Java versions I need are greyed out and cannot be installed separately.
Is there a way to install Java 6 alongside Java 8 in WAS, so I could just switch between them in profiles' setting? I tried official repository for Java 6, but it is empty since IBM dropped it's support in April.
P.S. I tried to change variable JAVA_HOME in Websphere profile setting (as well as in system variables) to look at JDK 1.6 I installed separately, but then my profile refuses to start.
Java 6 is no longer supported, so the WAS Installation Manager has likely removed the option to use JDK 6. For WAS 8.5 you can use either Java 7 or Java 8.
This article talks more about Java 6 End of Support:
https://developer.ibm.com/wasdev/blog/2017/10/25/java-6-end-support/

How can I know the compatibility of Java and jTDS?

I have Java 8 update 101 and I'm using the jTDS 1.2.5
I received the following error:
org.eclipse.birt.report.data.oda.jdbc.JDBCException: There is an error in get connection, I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.
So I've a question: How can I know the compatibility of Java and jTDS?
I've checked on their site: http://jtds.sourceforge.net/
But I cannot find the java compatibility in the release note. The 1.2.5 jTDS works with java 7 but not 8 and it's written JDBC 3 in the release note
I may do not understand the error too.
I was using a 32 bit for Java and my application was install on 64 bit. That cannot work !
Thanks for your help #a_horse_with_no_name

Hosting web-app which is compiled in Sun JDK 1.6

I am looking at Java/J2EE hosting options. I looked around and found AWS and more but Heroku seems to fit well for me. Especially because of the clarity and documentation.
But going through their docs, I came across the "Prerequisites" and it said that :
> Your application must run on the OpenJDK version 6, or 7 (8 is also available in beta).
Does it mean I cannot host my web-app which is compiled in Sun JDK 1.6?
Using : Sun Java 1.6, JSF-2, Spring, Hibernate, MySQL
I just want to know if my web-app with the above specifications can be hosted in Heroku.
Thanks,
Akshat
OpenJDK 6 is compatible with Sun JDK 1.6 so you should be fine. If that doesn't work for you can could bring your own JDK with you to Heroku.

Resources