Finished Java project, now creating jar or .exe file (with Database)

前端 未结 5 1910
臣服心动
臣服心动 2021-02-04 20:46

So, i\'ve just finished a small java application, with database and stuff... I used Netbeans and Mysql, now i want to export my project so i can use it anywhere i want; any comp

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-04 21:09

    You can create an executable jar by exporting your project through eclipse. You can do this by following these steps:

    • Right click on the Project
    • Export as Jar file

提交回复
热议问题