ij.ksh

来自「derby database source code.good for you.」· KSH 代码 · 共 30 行

KSH
30
字号
# ---------------------------------------------------------# -- This simple script is an example of how to start ij in # -- and embedded environment.# --#-- REQUIREMENTS: # -- You must have the Derby libraries in your classpath# -- # -- See the setEmbeddedCP.ksh for an example of# -- how to do this.# --# -- This file for use on Unix ksh systems# ---------------------------------------------------------# DERBY_INSTALL=[ -z "$CLASSPATH" ] && {  . "$DERBY_INSTALL"/frameworks/embedded/bin/setEmbeddedCP.ksh} # ---------------------------------------------------------# -- start ij# ---------------------------------------------------------java -Dij.protocol=jdbc:derby: org.apache.derby.tools.ij# ---------------------------------------------------------# -- To use a different JVM with a different syntax, simply edit# -- this file# ---------------------------------------------------------

⌨️ 快捷键说明

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