Hi folks,
Trying to run SQLcl 17.4.0.354.2224 within the MobaXterm terminal, which is a super useful tool for Linux-ey types. I can probably find another way to run this from Windows, but I'm specifically wanting to run it from MobaXterm.
Here's what I get from the command line, this is after setting the following ..
> export JAVA_HOME="/drives/c/Program Files/Java/jre1.8.0_162"
> export PATH=$JAVA_HOME/bin:$PATH
> cd sqlcl/bin
> ./sql
> ./sql: line 411: /drives/c/Program: No such file or directory
So to solve the above error, I edit sql and change JAVA to "JAVA" on line 411
Then I get the following ..
> ./sql
> Error: Could not find or load main class nodosfilewarning
Anyone had luck running this in MobaXterm specifically?
Thanks,
-Adam