⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setenv.sh

📁 OpenJMS是一个开源的Java Message Service API 1.0.2 规范的实现,它包含有以下特性: *. 它既支持点到点(point-to-point)(PTP)模型和发布/订
💻 SH
字号:
# ---------------------------------------------------------------------------# 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 DerbyJAVA_OPTS="$JAVA_OPTS -Dderby.system.home=$OPENJMS_HOME/db"

⌨️ 快捷键说明

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