I wrote a complex Java application with eclipse that uses many .jar libraries included into project folder.
Is there a quick way to export a running configuration of
Done. You get a JAR file you can execute with java -jar yourfile.jar
Note that if your launcher had command line arguments, they don't get exported, you have to pass them to the java command.