answersLogoWhite

0

What is Javac?

Updated: 12/12/2022
User Avatar

Wiki User

15y ago

Best Answer

The Javac is the java compiler javac.exe is a process associated with Java(TM) 2 Platform Standard Edition 5.0 Update 5 from Sun Microsystems, Inc.. Java Capusal this is a java compiler

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Javac?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

What is the compiler for java?

javac.


What is command to compiler java program?

The command is "javac".


How do you setup robocode javac compiler for windows when I try to open the compiler.Below message appear Please wait while Robocode sets up a compiler for you.. javac does not exist.?

You dont.


How you check that path is set for java compiler?

Open command window "cmd" from Windows prompt. Type in "javac" in the window. The command should execute giving full usage of javac and its options. If you get an error message saying that "Javac is not a recognized as an internal or external command", than the Path has not been set.


What purpose does the javac tool serve?

A javac is a computer tool that is used to read definitions from text and then process them into bytecode class files. This tool can be used for either small or large source files.


How do you compile a program in jre?

You don't. It's the program "javac" that does the compilation.


How do you compile in java?

You either use the command-line program javac, for example: javac MyClass (assuming your program is called MyClass.java), or - more conveniently - look for the menu command to compile, in your favorite IDE.


Compiling two java files at a time?

for example: javac First.java Second.java


How compiler do compilation?

Use a compiler program, such as bcc, gcc, javac, etc.


How do you complie package in java?

You use javac <filename> to compile a class or package.


What is the command to compile jre6 program?

It is 'Java program' to be precise, and the command is: 'javac sourcefilename.java'


Describe different types of java tools?

javac,rmic,eclipse,jbuilder etc..,