Re: [daemon] jsvc won't recognize my entry point class

2013-03-07 Thread Ian Emmons
On Mar 5, 2013, at 11:36 AM, Mladen Turk wrote: > On 03/04/2013 06:00 PM, Ian Emmons wrote: >> Update: I've done some digging in the jsvc source code, and it appears to >> be at odds with the documentation [1]. The docs indicate that I can (a) >> write a Java class that implements the Daemon

Re: [daemon] jsvc won't recognize my entry point class

2013-03-05 Thread Mladen Turk
On 03/04/2013 06:00 PM, Ian Emmons wrote: Update: I've done some digging in the jsvc source code, and it appears to be at odds with the documentation [1]. The docs indicate that I can (a) write a Java class that implements the Daemon interface, or (b) define a class that implements four spec

Re: [daemon] jsvc won't recognize my entry point class

2013-03-04 Thread Ian Emmons
Update: I've done some digging in the jsvc source code, and it appears to be at odds with the documentation [1]. The docs indicate that I can (a) write a Java class that implements the Daemon interface, or (b) define a class that implements four specific methods (init, start, stop, destroy, wi

[daemon] jsvc won't recognize my entry point class

2013-03-01 Thread Ian Emmons
I am trying to use jsvc to launch my program on Ubuntu 12.10 with Java 7: $ java -version java version "1.7.0_15" OpenJDK Runtime Environment (IcedTea7 2.3.7) (7u15-2.3.7-0ubuntu1~12.10) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) With the -debug flag, jsvc reports that it correctly fin