Free tutorial | Learn Core Java, Advance Java, Struts 2.X, Spring, Hibernate, Oracle Sql/PLSQL FREE
Pages
(Move to ...)
Home
Oracle
Core Java
Java
Advance Java
▼
Monday, January 1, 2018
How to run command after closing terminal
Sometime we required to run some services, if we disconnect terminal they run continually.
This is very simple use & at the end of command.
$ java - jar product.jar &
this will run product.jar after disconnecting terminal
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment