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

前端 未结 5 1847
臣服心动
臣服心动 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 20:55

    You can look at MySQL Connector/MXJ to embed your mysql database in your application.

    But be aware that this package is no longer under active development:

    Due to very low demand, MySQL has stopped development and support for Connector/MXJ. Source and binaries for previously released versions will continue to be available from archives.

    An alternative solutation would be using another database like SQLite, H2 or HSQLDB

提交回复
热议问题