Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to download old Java please

Tags:

java

My daughter is starting A Level Computer Science this Sept and hopes to study a MOOC course on Java over the summer. We have this.

We have quite an old computer : Windows XP 2002. I'm struggling to find online how do download Java and where to get it.

Any advice very welcome. (Buying new computer not possible. )

Many thanks Gemma

like image 809
Gemma McDonald Avatar asked Jun 10 '26 08:06

Gemma McDonald


1 Answers

Microsoft no longer supports Windows XP!

So I recommend not using Windows XP (you have a great increased chance to get virusses and get hacked etc.)

See here: https://www.java.com/en/download/faq/winxp.xml and here https://superuser.com/a/1169990

Install Linux with Java

I recommend installing Linux on the machine, and then install the Java version that is supported. For 32 bit version, see here: https://www.java.com/en/download/help/linux_install.xml

Or, Run online

Or, you could run java somewhere online. See for example here:

https://jaxenter.com/top-6-java-compilers-students-141549.html (codiva.io, jdoodle, etc)

like image 75
Rob Audenaerde Avatar answered Jun 11 '26 22:06

Rob Audenaerde