I have created jar file in java. It uses some library files. so, the final structure I have is,
- example.jar
- lib
- library files
How to convert them into a single file, like an exe for windows? It should run in linux also, like (.sh files – NetBeans installer).
If you use Netbeans check this for join all jars in one, now when you have 1 jar you can create the exe with launch4j.