I want my Java program to be a runnable JAR file i.e, an exe file. The problem is in Eclipse IDE, when I export the Java program that is heavier in size choosing the Extract required libraries into generated JAR option, it is taking me forever to compile and load that JAR file.
Can anybody help me with this?