Could someone upload the Java JDK 1.6 in ZIP format? (Not JRE or JVM, I WANT JDK)?
Could someone please upload the Java JDK 1.6 in ZIP format? I specifically need the JDK, not the JRE or JVM. I require this version to compile some files, but I do not have administrative privileges to install it. Thank you!
2 Answers
You can’t download it from their website, you need to accept the license agreement to download and install it. It sounds like you’re using a computer on a network as a user, not a home user. If it is a school or something similar where programs are installed for students use perhaps you could negotiate with an administrator to install the JDK.
Perhaps you could download another java compiler such as ECJ or GCJ.
The second answer at http://stackoverflow.com/questions/1619662/where-c… might help you out.
https://shorturl.im/axQ1N
In short , JDK for creating your own programs and runnig them, testing them JDK used by everyone to run java programs like applets and other things. both JDK abd JRE provide the same JVM (for a particular version, on a particular platform) ——————- JDK is the development kit that bundles java compiler and java virtual machine (JVM) you need java compiler to make a .java file to .class file the .class file will run in a jvm. ——————————— you will also get just jre that is java runtime environment where you can only run .class file (as opposed to making a class file from java file using JDK) the JRE primarily bundles JVM so that you can use any class file to run… the JVM( virtual machine ) translates the .class file to machine instructions in its container… ————————————–…
Related Questions
Have you ever noticed how the rear wheel of a bike seems to follow the front wheel closely? Why does this happen, and is...
What does CSS stand for: Cybernet Slash Support or Cybernet Software Systems? I came across a company located in T. Naga...
Today's CPUs operate at speeds measured in gigahertz rather than kilohertz. Is this statement true or false?
What view in a presentation program allows you to display your slides in full-screen mode?
I played Wizard101 on my other computer alongside some other games, and I had a lot of fun. However, my computer ended u...
I recently purchased a new PC, and as is often the case, it came with trial versions of Microsoft programs. Specifically...
What are the advantages and disadvantages of locally installed software? Could you please provide a detailed overview of...
I am experiencing an issue with my LCD monitor, which shuts down automatically after a few minutes of use. I would like...
Does the Xbox 360 support playback of Blu-ray discs?
I’ve wanted to try a pair of Beats by Dre headphones for a while, but I’ve been debating whether the price is worth it....