Distributing a Java application with an Embedded Apache Derby database -


so have java application uses apache derby embedded database store information regarding user.

i built application in netbeans, , resides within dist folder, folder contains executable jar, apache database, , lib folder. can launch application selecting executable jar don't want distribute folder users, rather have single exe user can select instead of giving them folder has executable jarand other folders within it. have been looking tools launch4j don't need.

is possible create exe contains derby database?

edit

also need write database store users details.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -