Where can I find a JDK for 32 bit Windows? [closed] - java

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
For the life of me I can't seem to find a working version of the Java SE JDK for a 32 bit Windows machine. Where did oracle put it?
Thanks,
Nathan

Go on the Oracle website - the thing you are looking for is x86, not x32.
You can pick whichever version of Java you need. The newest one is Java 7, but keep in mind that a lot of people are still using Java 6.
I think it is an important skill (especially if you plan to do serious work with Java) to know how to maneuver in the Oracle website (and documentation) because you will be using it a lot. Try to avoid Google, and other mirror websites, it's always the safest to take things from the source.

For JDK 7,
http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html
You will just need to select the Windows x86, which the file name is: jdk-7-windows-i586.exe
For JDK 6u38 (the latest),
http://www.oracle.com/technetwork/java/javase/downloads/jdk6u38-downloads-1877406.html
You will just need to select the Windows x86, which the file name is: jdk-6u38-windows-i586.exe

Here!
http://www.oracle.com/technetwork/java/javase/downloads/index.html
The provided link has version 6 and 7 :)

I found it here:
Google "JDK" > First result > Click 'download' for JDK > Download Windows x86 version (currently jdk-7u10-windows-i586.exe).

Visit CNET:http://download.cnet.com/Java-Development-Kit-32-bit/3000-2218_4-12091.html
I hope I am right. Or search the CNET

Related

Where can I find the latest version of java's jdk 13 for windows x86 / 32 bit [closed]

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 2 years ago.
Improve this question
I am transitioning from php to java. Eclipse is my chosen ide for development.
When I go to Oracle's website, I'm failing to locate jdk13 for windows 32 bit / x86. I've tried searching their website to no avail.
Here is the link I tried: https://www.oracle.com/technetwork/java/javase/downloads/index.html.
My question is:
1. Is there somewhere else I can get a download file.
2. If not, would jdk12 still have support, and would it work with the latest version of Eclipse.
Again, I'm new to this. Sorry if the answer is obvious.
try downloading from OpenJDK (it doesn't require you to create an account etc.) here . I don't know if they support 32-bit but you can look around.
Please follow the steps below:
Open this link in browser ;
Click on Accept License Agreement (radio button) ;
Click on jdk-8u201-windows-i586.exe to download Windows x86 (32 bits version of JDK).
Avoid Oracle, AdoptOpenJDK is a good source: https://adoptopenjdk.net/ With regards to ver 13, have a look here: https://adoptopenjdk.net/archive.html?variant=openjdk13&jvmVariant=hotspot

How to install java for firefox in unix? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I need to run java applet in my Linux machine. So I tried the steps in java.com to install JRE. What should I do after extracting JRE .tar file.I want the java to be available in my Firefox?
You're most likely not looking for JRE, but instead to install the JVM Java install. ie. 'Java 8 update 56' (or the simplified revision download) etc. rather than JRE 8.56.#... Note: The differences in both installs is quite small, but should follow the same steps either way.
The official home of Java and respective download links.
It should be as simple as following the install requirements here. Download the RPM and as an administrator account run (replacing rpm location):
rpm -i /path/to/java.rpm
More information on installing the Java RPM
Edit: If using Ubuntu, there's a perfect answer for this over in the Ubuntu distro forum.

Is JDK8 compatible with Windows XP? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I found it is possible to install JDK8 on Windows XP (to avoid install error - we have to change jdk-8u11-windows-i586.exe file with some HEX editor (for example free XVI32) and change string RegDeleteKeyExA with RegDeleteKeyA filling zeros instead two last letters).
But I wonder if the JDK8 will work without further problems - I mean related to various .dll and other files of Windows XP?
First link on Google:
Can I install Java 8 on Windows XP?
Java 8 is not supported on Windows XP, and Windows XP users will be
unable to install Java 8 on their systems as there are known issues
with the installer on Windows XP that prevent it from installing
without manual intervention. If you are on Windows XP it is not clear
that it is worth updating to Java 8 without also updating the OS.
Microsoft doesn't support Windows XP, nor does Oracle.
But it is possible to install it on Windows XP
You can install it but it may or may not work. Even if it works, doesn't mean it is supported.

Getting Eclipse on PC [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm in a computer science class and have used this site as a reference from time to time.
I apologize that this isn't inherently a "programming" question, but I'm really in a panic and need some help here.
I use Eclipse Java 32 bit on the computers at school, but the lab is closed today and I have a programming assignment due. How could I get Eclipse on my PC for writing java? I would need windows 32 bit.
I know this isn't what this site is fore, but please help as I am really panicking right now and I know you guys know your stuff on here
Simply download eclipse and unzip into a directory. There is no installer, just a dump. Run eclipse.exe from the base folder and enjoy coding :-)
Its basically very simple as Eclipse is open source IDE.you should go to www.eclipse.org/download/ and get a copy of eclipse from there according to your requirement. I would recommend eclipse classic if you are beginner and programming platform is Java.
Eclipse is available for free at http://www.eclipse.org.
More specifically, all latest Windows versions are available from http://www.eclipse.org/downloads/?osType=win32.
The 32bit version for Java EE Developers can be found at http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR2/eclipse-jee-juno-SR2-win32.zip.
Included in this .zip is an installer package for your PC.
Edit: Read First
Wait. Are you talking about actually installing Java?
Original Post:
As the good guy I am, I countered that negative vote for you, but it might not last.
As a IT/CS student myself, I thought you'd be capable of programming without Eclipse.
You can use Notepad++ just as easily http://notepad-plus-plus.org/
Otherwise Netbeans https://netbeans.org/ is just as good and installs much quicker than Eclipse IMO. But eclipse can be run just from the package itself - but it is a much larger download if you're pressed for time.

Open-source operating systems in Java [closed]

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 want to download and try an Open-Source OS (Emulation) written in Java. So, I searched and download the, arguably, most famous one I found, which was NACHOS 5.0j.
I have just installed a fresh Ubuntu 10.04 LTS and installed the open-JDK 1.6 through apt-get and then installed eclipse in a similar manner.
After following the readme in NACHOS, I fired terminal, and used gmake (make), and got a bunch of errors and warnings. The one that's bothering me the most is:
as of release 1.4, 'assert' is a keyword, and may not be used as an identifier
(use -source 1.3 or lower to use 'assert' as an identifier)
Debug.assert(isReadyForApply);
Problem is, I tried downloading another open-source OS called JX, and had a similar problem.
Any help in this issue is appreciated! Any other ideas on where to start learning about operating systems and Java is even more appreciated! (But something practical.)
I think you need to add a argument -source 1.3 while compiling or running that OS
I found following information from web, basically, you should use java 1.3.1. it is open source, and you can modify the source code to make it run under JDK1.6 if you like.
The Java version of Nachos only
supports Java 1.3.1, as the security
manager and set of reserved keywords
has changed in later versions.
Instructional machines already have
1.3.1 installed. For remote users, you can download 1.3.1 here:
http://java.sun.com/j2se/1.3/download.html
. If you are curious to see what
version of java you are using you can
run the following command "java
-version". We cannot stress strongly enough that you should not use java
1.4 or java 1.5. You might run into transient errors that will not show up
as warnings or errors during compile
time.

Categories