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

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

    In order to get a database built-in to the application, consider HSQLDB, which is an in-memory database.

    http://hsqldb.org/

    It can run entirely in the JVM without any external resources.

提交回复
热议问题