Closed ghost closed 5 years ago
if you add this to SQLCL_HOME/bin/sql
CPLIST="$SQL_HOME/lib/jansi.jar:$CPLIST"
at line 157, ie at the end of function setupCPLIST, it will push jansi onto the active class path, rather than at the end. This will help you move forward. I have a fixed merged for 19.1.0 release. This also appears on Solaris too.
jansi is the cause
Running
bin/sql
on OpenBSD:running manually
sqlcl -debug
expands to:The whole output this command produces (stout, stderr) is here.
I have devel/jdk installed.
I can see
jansi.jar
andjline.jar
present inlib/
.I have added
-verbose
and changed..
tosqldeveloper
which is also installed in home directory undersqldev/
, but i don't know if it is helping (ifsqlcl
requiressqldeveloper
).