answersLogoWhite

0

Download a SDK from java.com.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is meant by The Java Software Development Kit?

It is a kit of JAVA development tools that are normally not shipped with JAVA! MOST companies have "Development kits" for their software - Java is not an exception!


Where can one find a Java development kit?

Java Development Kits are best found on the Java website. There are a number of programmes that can be downloaded. It is also possible to get Java Development Kit downloads from the Oracle website.


What is the price of the Java development kit 1.6 software?

The Java Development Kit is free. See the related link below for the download page.


What is ther role of jre in java?

JRE stands for Java Runtime Environment. JRE is the runtime set up that is required by the JVM to execute java programs. The JRE and JVM (Java Virtual Machine) come packaged along with the Java Development Kit (JDK) that we download and install from the suns website to install Java.


Can you download and play minecraft without java?

No. Minecraft is written in Java, which means you either have to have a JDK (Java Development Kit) or JRE (Java Runtime Environment) to run the game. You can download and install the latest Java from their website (see related links).


What is JAVA Servlet Development Kit?

Java Servlet Development Kit is an integrated development kit used to build, test, and deploy Java Servlet applications. JSDK allows most standard Web server such as Netscape servers, IIS, Apache and others to load servlets . JSDK is a suite of software for easing the development of Java servlets.


What is the difference between j2sdk and jdk?

JDK is java development kit whereas J2SDK is the newer one and is called as Java 2 software development kit.


What is Java Development Kit?

The "JDK" is the Java Development Kit. I.e., the JDK is bundle of software that you can use to develop Java based software. Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc.


What software package would you use to write Java?

You would use the Java Development Kit (JDK).


What is jdk?

it is a ducks beak that is used to vomit out fish


What is the new version of java software development kit?

You can find a link to the latest Java SE version below.


How do you install java in bharat operating system solutions linux?

To install Java on Bharat Operating System Solutions (BOSS) Linux, first, open the terminal. You can use the package manager by executing the command sudo apt-get update followed by sudo apt-get install default-jdk to install the default Java Development Kit. After installation, verify it by running java -version in the terminal. If you need a specific version, you can download it from the Oracle website or use a PPA for installation.