Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Anyone been able to get SQLcl to work on MobaXterm (Windows Cygwin based Terminal)

Adam vonNiedaFeb 22 2018 — edited Feb 22 2018

  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

This post has been answered by Gary Graham-Oracle on Feb 22 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2018
Added on Feb 22 2018
3 comments
1,600 views