Introduction - If you have any usage issues, please Google them yourself
An executable file package, a simple jar package is an outsourcing. ,
Java program is composed of several. Class files. These. Class files must be classified according to their different packages and sub-directory storage; need to run before the root directory of all packages specified to the CLASSPATH environment variable or -cp parameters of the java command; run to the console Use java command to run, if you need to double-click to run must write Windows batch file (.bat) or Linux shell program.
When installing JRE (Java Runtime Environment) under Windows, the installation file will map the .jar file to javaw.exe. So, for an executable JAR package, users only need to double-click it to run the program.