Jump to content

Cant find link for Java 1.8 Eclipse not working

iluminati the 2nd
Go to solution Solved by Eigenvektor,

Java was stuck at version 1.x so long, that people started referring to Java 1.7 as "Java 7" and Java 1.8 as "Java 8", which is maybe why you can't seem to find it.

 

Here's the JDK 8: https://www.oracle.com/java/technologies/javase-jdk8-downloads.html

image.png.1874461f68f218f867d39fa088a14a83.png

Can someone help me i tried opening eclipse and it says i need jsva 1.8and i cant find it anywhere on the internet

Link to comment
Share on other sites

Link to post
Share on other sites

Java was stuck at version 1.x so long, that people started referring to Java 1.7 as "Java 7" and Java 1.8 as "Java 8", which is maybe why you can't seem to find it.

 

Here's the JDK 8: https://www.oracle.com/java/technologies/javase-jdk8-downloads.html

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

According to Stack Overflow, java exiting with error 13 like that can be caused by using a 32 bit Java install with 64 bit Eclipse. From the error that you posted, it looks like you do have 32 bit java (because it's in program files (x86)), so you should try either downloading JDK 8 64 bit or Eclipse 32 bit. As mentioned above, JDK 8 and Java 1.8 are (sort of) synonymous. (JDK is one possible download of Java, which includes all of the development tools, but there are other packages that include different things.)

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×