Summary of common Java commands

This article mainly shows you the commands commonly used in Java programming. Let's see the specific content below.

1、javac

Compile the file into Class file

2、java

Execution Class file. If there is no main function in the class, it cannot be executed.

3、jar

It is mainly used to package jar files

4、javadoc

It is mainly used to generate help documents.

5、javah

It is mainly used to generate header files.

6、javap

Decompiler, which displays the methods and data that can be accessed in the compiled class.

summary

The above is all about the summary of common Java commands in this article. I hope it will be helpful to you. Interested friends can continue to refer to: Java programming redisson implementation of distributed lock code example, summary of java basic knowledge, detailed explanation of thread safety of various sets of Java, etc. if there are deficiencies, you are welcome to leave a message and point out that the Xiaobian will reply to you in time and correct them. Thank you for your support!

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>