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

📄 setenv.bat

📁 一个java方面的消息订阅发送的源码
💻 BAT
字号:
rem ---------------------------------------------------------------------------
rem Sample environment script for OpenJMS
rem
rem This is invoked by openjms.bat to configure:
rem . the CLASSPATH, for JDBC drivers
rem . JVM options
rem . JSSE, when using the TCPS connector
rem ---------------------------------------------------------------------------

rem Configure the JDBC driver
rem
set CLASSPATH=%OPENJMS_HOME%/@JDBC.CLASSPATH@

rem Configure JVM options
rem
rem    set JAVA_OPTS=-Xmx256m

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

# Configure Derby
set JAVA_OPTS=%JAVA_OPTS% -Dderby.system.home=%OPENJMS_HOME%\db

⌨️ 快捷键说明

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