search for: applette

Displaying 1 result from an estimated 1 matches for "applette".

Did you mean: applet
2005 Oct 24
1
starting a java application as a service
...so direct responses are appreciated (reply to all). Sample script #!/bin/sh # # jes: Java Encryption Server for Javelin NSTV connections. # # chkconfig: - 26 89 # description: Java Encryption Service to support SSL # connections for the Javelin HP3000 NS/VT # emulator java applette. # # Check if config file readable (and therefore exists). [ -r /etc/sysconfig/jes ] || exit 0 # Read and execute the config file. . /etc/sysconfig/jes # Check if variable has length zero and exit if true. [ -z "$JESARGS" ] && exit 0 start() { echo -n...