Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
From where can I download Sun JDK 1.4.2 for Windows. I have checked Sun's website and since they have stopped the support to this version it is no longer available for download.
Steps to find it:
Google "download jdk 1.4.2 for windows"
Visit one of the first hits: Oracle Java Archive.
Read the warning, twice, and follow the link to the Java SE 1.4 area.
There you can find several archived 1.4.2 downloads, the currently latest for Windows being 1.4.2_19.
At sun homepage.
http://java.sun.com/j2se/1.4.2/download.html
Here's the link to Sun's Archive which includes every point release for all JDK/JRE
http://java.sun.com/products/archive/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 12 months ago.
Improve this question
I am trying to find a site to download below Java versions but I cannot find any. All versions I have found are in 64-bit.
Java SE Development kit 17.0.1 32-bit
Java SE Development Kit 14 32-bit
Who knows any site I can download them?
Check out this site, it usually has all the Java versions packed and ready to go: https://adoptium.net/releases.html
Or this: http://www.oldversion.com.de/windows/java-platform/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm trying to install Java FX again from download software section in eclipse. I did the procedure multiple times but this time I'm having troubles finding a Java FX version (eclipse can't even find it in any available site).
Online or from the official site there is no trace of it..
So... it is dead?
Are there any alternatives for Java? (No swing please, it's too old)
Since Java 11, OpenJFX is decoupled from the Oracle JDK (this was already the case for OpenJDK), and needs to be installed separately on the Java level. You should not install it in Eclipse, because Eclipse is an IDE, not your Java installation.
To be clear, Java FX is not dead, the decoupling just allows releases to be developed at a separate pace and your Java installation being more modular.
How you install this depends on your operating system.
For example on Arch Linux with the OpenJDK, you install java-openjfx from the extra repository.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have exist weblogic and JDK old versions on Windows platform. I want to update them. But when I search document about update steps on internet, I couldn't find anything. They just mention about installing process.(I know how to installing on systems but I don't want to delete and re-install).
So I really want to see step by step updates. Anyone can share doc or link about it?
7 STEPS as below to do upgrade weblogic 1036 from JDK6 to JDK7
Install JDK 7;
Stop all processes that use the your MW_HOME.
Edit $MW_HOME/wlserver_10.3/common/bin/commEnv.sh and change the JAVA_HOME location.
For every domain, change the domain "setDomainEnv.sh" script to accomodate for the net JAVA_HOME .
Change the JDK location specified in nodemanager.properties for the default and any other existing nodemanager process
Replace the new JDK location on all the minor tools used in the same MW_HOME, such as BSU, uninstaller, etc.
Restart the processes as normal, they should take the new JDK version.
Please refer to this for more details.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am not able to upgrade Java to 1.7 but would like to make use of FindBugs plugin for Eclipse (the latest version 3 requires Java 1.7). There doesn't seem to be an old version of the plugin available, anyone any idea where I could obtain it from?
Take a look at the FindBugs Download site on SourceForge, which has all versions available.
You would need version 2.0.3 of the Eclipse Plugin, which is here:
http://sourceforge.net/projects/findbugs/files/findbugs%20eclipse%20plugin/2.0.3/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I can only get to the online version here:
http://www.oracle.com/technetwork/java/javaee/documentation/index.html
I tried checking the Java EE Downloads page:
http://www.oracle.com/technetwork/java/javaee/downloads/index.html
But unfortunately, I cannot seem to find a link to download just the Java EE 7 API Documentation.
Is there a way to download it in .zip for offline reference?
The docs are included in the SDK. You can download the SDK here:
http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-sdk-7-downloads-1956236.html
API docs can be found under glassfish4/docs/api.
The documentation is also included as part of the Java EE 7 SDK bundle (update 1, at the time of writing), just in case you've already downloaded that:
http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-sdk-7-downloads-1956236.html
You'll find it in the zip # java_ee_sdk-7u1.zip!\glassfish4\docs\api
(That version will be out of date eventually, so the main EE SDK download page is here when that happens: http://www.oracle.com/technetwork/java/javaee/downloads/index.html)
Visit the Java EE Download Site and scroll down to the component downloads. There should be a Java EE 7 API Documentation with a download button right next to it.