Wednesday, August 10, 2011

Session independent background job and source code addition in Eclipse

When you log out from a server or close the shell window, your associated jobs will also killed with your session. In order to have a job in background in these situations use:
nohup :
http://stackoverflow.com/questions/285015/linux-prevent-a-background-process-from-being-stopped-after-closing-ssh-client

For a library you use as a jar file, it is easy to add the source of the jar later for debugging:
http://www.eclipsezone.com/eclipse/forums/t82300.html