answersLogoWhite

0


Best Answer

The Java Development Kit (JDK) is a command-line based application. That means it is run through the command prompt. The usage of this is similar with all platforms, however for each operating system it is different.

For Windows, go to Start -> Programs (All programs on XP) -> Accessories -> Command Prompt. It will show a black screen in which you type commands in.

For Macs, go to Applications -> Utilities -> Terminal

In the prompt, type 'java' or 'javac'. As the compiler is 'javac', you may need to add an enviornmental variable to point to the location of Java (javafolder/bin/javac.exe)

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why can't you open the java development tool?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Jasper Reports tool?

JasperReports is a open source reporting tool which can be embedded into a Java application. It can be used in Java enabled applications including Java EE or web applications.


Fullform of IDE in java?

IDE stands for Integrated Development Environment IDE is a tool using which you can develop Java applications. Ex: Eclipse, WSAD, Net Beans etc.


What is the purpose of Checkstyle?

Checkstyle is a static code analysis tool for checking if Java source code complies with in coding rules. Checkstyle tool is used in software development.


What recovery tool is available from the Windows XP installation CD?

mar java mit java recovery tool


What is Java editor?

A Java editor is nothing but a tool that can be used to edit java source files. Ex: Textpad, Notepad, Eclipse etc...


What are some functions of Jboss Application Server?

The functions of the Jboss Application Server is to act as an open source code tool to allow individuals or businesses to create applications. It can be used for debugging and as a learning tool. It is based on Java.


Is there a java virtual machine for android?

yes its a programing tool.


What is the full form of the abbreviation ANT in java as a building tool?

The answer according to me , if i am not wrong is "Another Neat Tool"


Why Functional literacy is a tool for rural development?

why is functional literacy a tool for rural development


What is a development platform?

The computer on which the software is being written. Sometimes, the term is even narrowly down to the tool(s) running on that computer. For example, your PC or notebook as a development platform (running Windows or MAC, UNIX, etc). Or Eclipse as the development platform to write Java or any other programs.


What is Development platform?

The computer on which the software is being written. Sometimes, the term is even narrowly down to the tool(s) running on that computer. For example, your PC or notebook as a development platform (running Windows or MAC, UNIX, etc). Or Eclipse as the development platform to write Java or any other programs.


Is there a program that will automatically translate script I'm looking for something that can show me the script on one side and the meaning of the script on the other side especially java?

That is called IDE (Integrated Development Environment). That is a standard tool to see the code-behind and the outcome. For JAVA there is netbeans & eclipse which are popular & free.