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).