asked on
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.
TRUSTED BY
if you are in nt environment you can use the javaw to launch you app without console, you'll be able to stop your app only from Windows NT Task Manager
if you are on UNIX platform you can launch you app with an & after the name of the app and you'll be able to stop it only with kill command
the use of the Windows NT Task Manager or kill method to stop your application was mentioned for
servers/daemons that are build to run infinitly