download-jdk | Download JDK from jdk.java.net | Runtime Evironment library
kandi X-RAY | download-jdk Summary
kandi X-RAY | download-jdk Summary
Download JDK from jdk.java.net
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Download the JDK version
- Download a file from a URL
- Compute the URI for the feature
- Compute the os operating system
- Parse the specified feature
- Compute the architecture of the download
- Computes the version number from a feature
- Sets the env
- Returns portion of string
- Returns the list of lines of a table
- Browse the contents of a URL
- Sets action output
download-jdk Key Features
download-jdk Examples and Code Snippets
Community Discussions
Trending Discussions on download-jdk
QUESTION
I'm trying to setup Unity to build for Android. But I can't get the Java Development Kit. Can't download it and can't find it either.
In this answer, the guy says
To ensure JDK is installed, just go through the following : press Win + R type 'cmd' in the popup and press button OK. in the console which has opened, type javac -version and press enter. You should see as an output : javac 1.8.0_XX If so SDK is installed.
I did that and I got "javac 1.8.0_XX", and so I assumed I had the JDK, so I went to Unity > External Tools > JDK and tried linking the following path: "C:\Program Files\Java\jre1.8.0", and got the error message: "The path you specified does not look like a valid JDK installation. Android development requires at least JDK(1.7), having JRE only is not enough. Please make sure you are selecting a suitable JDK home directory or download and install the latest JDK: link"
I clicked the download link for windows x64 and it never loads and eventually says there's no connection. I tried the x86 as well.
In this SO question How do I find where JDK is installed on my windows machine?
Answer: For windows, in the command prompt:
...ANSWER
Answered 2018-Jan-01 at 13:13@RealAnyOne, you have installed Java with JRE only installation i.e., without out a JDK that’s what you see only one folder and this is why it also showing version in the command line since it won’t check for JDK. JRE is Java Runtime Environment, JDK is Java Development Kit which contains many essential libraries. So Ideally there should be two folders JRE and JDK. This is the reason you are getting this issue with Unity.
To Fix::
Uninstall old Java 8
Download Java 8 from the oracle website http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Install it. Now you should have two folders. Then point your Unity to it.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install download-jdk
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page