3882c2f54a
PR: 37904 Submitted by: Stefan Schmidt <stefan.schmidt (at) stadtbuch.de> Remark: isql-viewer depends on IBM's version (2.2) of BSF before it has been donated to the Apache Software Foundation. Therefore this version still uses the package name "com.ibm.bsf". In the current version of BSF, the package name has been changed to "org.apache.org" to reflect the new ownership. Thus, no separate port has been created to install this dated version of BSF.
6 lines
111 B
Bash
6 lines
111 B
Bash
#!/bin/sh
|
|
|
|
JAVA_VERSION=%%JAVA_VERSION%% \
|
|
java -classpath %%CLASSPATH%% \
|
|
org.isqlviewer.core.Launcher
|