Why do you need installation package?
I made some changes in source code and now I want to deploy my own custom traccar server.
The easiest way is just to replace the jar file. Building an installation package is very complicated and required multiple dependencies.
But how can I generate jar file, I am using Netbeans. Can I use the same jar file which was generated when I run the project.
Again Anton thnks for your reply.
Yes, you can use the jar file generated by NetBeans.
Hi,When I compiled the source code to build jar file using package.sh. I am getting following message.
/traccar-master/setup# ./package.sh
output :
USAGE: ./package.sh <version>
It seems it will take any parameter, but nothing any thing mentioned on doc.
I am using ubuntu server. Plz help to resolve this issue.