http://stackoverflow.com/questions/4159802/how-can-i-restart-a-java-application
Eclipse typically restarts after a plugin is installed. They do this using a wrapper eclipse.exe (launcher app) for windows. This application execs the core eclipse runner jar and if the eclipse java application terminates with a relaunch code, eclipse.exe restarts the workbench. You can build a similar bit of native code, shell script or another java code wrapper to achieve the restart.
'Programming' 카테고리의 다른 글
| (C) Are GCC and Clang parsers really handwritten? (0) | 2013.01.01 |
|---|---|
| (Clojure) Why does let require a vector? (1) | 2013.01.01 |
| Clojure 프로그램 최적화 (0) | 2012.12.29 |
| (Clojure) Real world Clojure performance tuning tips? (0) | 2012.12.26 |
| (Clojure) Simple way to replace nth element in a vector in clojure? (0) | 2012.12.26 |