JBuilder compiles and creates execution files

xiaoxiao2021-03-06  93

1, select [Wizards] in the menu - [Native Executable Builder ....] Pop-up dialog

2. In the first step (STEP 1 of 7) [Name] in the pop-up dialog box, enter a name, and cancel [Always Create Archive When Building the Project] Click [Next]

3. Select [include class dependendencies] as needed, click [NEXT]

4, according to the needed library file, then select 4 of the following four elections, repeat all the required libraries, click [Next]

5, default click [Next]

6. When (Step 5 of 7), choose a primary class to run click [Next]

7, choose the run platform when (Step 6 of 7) [Next]

8. Click [Finish] by default. At this time, there is a [Name] directory entered in the project's directory window.

9. Right-click this directory, select [Rebuild ....], JBuilder start compiling and create execution files or JAR files.

10, etc. After the completion, the directory is in the right of the following files, usually at least one JAR file, or an exe file.

11. Open the directory where the project is opened in Window, you can see several files that have just been compiled.

12. Executing JAR is to use java -jar ***. Jar, execute EXE direct double-click

转载请注明原文地址:https://www.9cbs.com/read-96802.html

New Post(0)