Eclipse: export running configuration
Posted
by Jack
on Stack Overflow
See other posts from Stack Overflow
or by Jack
Published on 2010-03-23T18:18:50Z
Indexed on
2010/03/23
18:23 UTC
Read the original article
Hit count: 376
Hello, 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 the application that allows me to run it from shell (I don't actually need to move it around machines, so no jar export or similar things).
I just need to detach the execution from Eclipse, but since project has many settings I would like to export a script (maybe .sh or just a plain long line) automatically..
Thanks!
© Stack Overflow or respective owner