setenv.sh

来自「一个java方面的消息订阅发送的源码」· Shell 代码 · 共 27 行

SH
27
字号
# ---------------------------------------------------------------------------
# Sample environment script for OpenJMS
#
# This is invoked by openjms.sh to configure:
# . the CLASSPATH, for JDBC drivers
# . JVM options
# . JSSE, when using the TCPS connector
# ---------------------------------------------------------------------------

# Configure the JDBC driver
#
CLASSPATH=$OPENJMS_HOME/@JDBC.CLASSPATH@

# Configure JVM options
#
#    JAVA_OPTS=-Xmx256m

# Configure JSSE
#
#  The following line is optional, and is only required if JDK 1.2 or 
#  JDK 1.3 is being used, and JSSE isn't installed as an extension
#
#    JSSE_HOME=<insert JSSE directory path here>

# Configure Derby
JAVA_OPTS="$JAVA_OPTS -Dderby.system.home=$OPENJMS_HOME/db

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?