Categories:
Audio (13)
Biotech (29)
Bytecode (22)
Database (79)
Framework (7)
Game (7)
General (497)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (70)
JavaBeans (16)
JDBC (86)
JDK (338)
JSP (20)
Logging (90)
Mail (54)
Messaging (8)
Network (106)
PDF (82)
Report (7)
Scripting (75)
Security (67)
Server (112)
Servlet (17)
SOAP (24)
Testing (55)
Web (24)
XML (287)
Other Resources:
Download and Install JDK 1.4
How to download and install JDK (Java Development Kit) 1.4?
✍: FYIcenter
If you want to write Java applications,
you can download and install JDK (Java Development Kit) 1.4
as described below:
1. Go to Oracle Java Archive Website.
2. Click "Java SE 1.4" link. You see the "Java SE 1.4 Archive Downloads" page.
3. Accept the license agreement and click "j2sdk-1_4_2_19-windows-i586-p.exe" in the Windows Offline Installation line.
4. Login with your Oracle account (or create one, you don't have one).
5. Save the download file to C:\fyicenter\j2sdk-1_4_2_19-windows-i586-p.exe.
6. Double-click on C:\fyicenter\j2sdk-1_4_2_19-windows-i586-p.exe to start the installation. You see the JDK 1.4 installation wizard screen.
7. Change the "Install to" directory to C:\fyicenter\jdk-1.4.2_19\.
8. Click "Next" button to finish the installation.
9. Verify the installation with "java -version" command.
C:>\fyicenter\jdk-1.4.2_19\bin\java -version java version "1.4.2_19" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_19-b04) Java HotSpot(TM) Client VM (build 1.4.2_19-b04, mixed mode)
Download and installation of JDK 1.4 is done.
2020-09-10, 7404👍, 3💬
Popular Posts:
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the wid...
GJT (Giant Java Tree) implementation of XML Pull Parser. JAR File Size and Download Location: File n...
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...
dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platfo...
What Is activation.jar? I heard it's related to JAF (JavaBeans Activation Framework) 1.0.2? The if y...