Quote:
Originally Posted by Nothinman
If you wrote the app, why not just make it a real service?
|
His application is written in java. Java applications can not run as a service natively.
He did what i have read that you must do to have it run as a service. You must use a wrapper or create your own wrapper in C.
OP,
Are there any options in your wrapper when launching the java app?
Does the wrapper you are using offer support?