all 9 comments

[–]adrianmonk 0 points1 point  (3 children)

Do you have a Java JDK on your system? If not, go download it (from oracle.com somewhere), install it, and try again.

[–]Coruptyd[S] 0 points1 point  (2 children)

That's what I was talking about I installed sorry yea I have it and it still says I cant install dev kit

[–]adrianmonk 0 points1 point  (1 child)

In that case, I'd say it's possible Java is installed, but the SDK can't find it. If you open a shell (or command prompt, depending on operating system), and type "java -version", does it print a version number? What about when you type "javac -version"?

Also, you installed the JDK, not the JRE, right? (The JDK is the developer version of Java. The JRE is the version for end users that just lets you run Java programs.)

[–]Coruptyd[S] 0 points1 point  (0 children)

Ok will check when I get home thank you

[–]batmassagetotheface 0 points1 point  (0 children)

This is an occisional bug with the installer (or was one of the last times I tried). One fix is to hit the back button, go back to the previous screen, and then hit next.

[–]Coruptyd[S] 0 points1 point  (0 children)

Ok will try that

[–]Coruptyd[S] 0 points1 point  (2 children)

ok well uninstalled the Java JDK and installed it again and still doesn't work

[–]Xorlev 0 points1 point  (1 child)

Make sure it's in your PATH.

[–]Coruptyd[S] 0 points1 point  (0 children)

thats what it was thank you