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

前端 未结 5 1851
臣服心动
臣服心动 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:01

    When you were programming in netbeans did you include the database within netbeans? Here is a guide on how to do this.

    https://netbeans.org/kb/docs/ide/mysql.html

    Also here is a second guide on how to Packaging and Distributing Java Desktop Applications

    https://netbeans.org/kb/docs/java/javase-deploy.html

    I hope these help.

    If not just go over your step you took to build the app.

提交回复
热议问题