Home  >  Article  >  Java  >  What does the java.exe command do?

What does the java.exe command do?

藏色散人
藏色散人Original
2019-04-25 09:54:3724929browse

This article introduces the function of java.exe command to everyone. I hope it will be helpful to friends in need!

What does the java.exe command do?

#What is the function of java.exe command?

The function of the java.exe command is: Start the virtual machine and execute the bytecode.

Extension:

appletviewel.exe (small program browser): a Java browser that executes Java applet classes on HTML files;

javadoc .exe: HTML document generated based on Java source code and its description statements;

jdb.exe: Java debugger, which can execute programs line by line, set breakpoints and check variables;

javah.exe: Generates a C process that can call a Java process, or creates a header file for a C process that can be called by a Java program;

Javap.exe: Java disassembler, displays accessible files in compiled class files Functions and data, while displaying the meaning of byte codes;

Javac.exe: Java compiler, converts Java source code into byte code;

java.exe: Java interpreter, directly Execute Java application code from class files;

Related recommendations: "Java Tutorial"

The above is the detailed content of What does the java.exe command do?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What does java.exe mean?Next article:What does java.exe mean?