File: example6.sh

package info (click to toggle)
libquartz-java 1.6.1~RC1-1
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 3,080 kB
  • ctags: 4,049
  • sloc: java: 26,176; xml: 846; sh: 108; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

# Change this to your JDK installation root
#
#JAVA_HOME=/usr/java/j2sdk1.4.0_01

JRE=$JAVA_HOME/jre
JAVA=$JRE/bin/java

. ${QUARTZ}/examples/bin/buildcp.sh

# Uncomment the following line if you would like to set log4j 
# logging properties
#
#LOGGING_PROPS="-Dlog4j.configuration=log4j.properties"

$JAVA -classpath $QUARTZ_CP $LOGGING_PROPS org.quartz.examples.example6.JobExceptionExample