Menu

command line error trying to run SQLeo

wyattb
2013-03-01
2018-10-24
  • wyattb

    wyattb - 2013-03-01

    after downloading http://seaglass.googlecode.com/svn/doc/downloads.html and copying it to the /Applications/SQLeoVQB.2012.07Beta04, I tried to run it SQLeo with the command in the bat file. (I start it in console in the /Applications/SQLeoVQB.2012.07Beta04 folder)

    java -classpath .;SQLeoVQB.jar;seaglasslookandfeel-0.2.jar -Dcom.sqleo.laf.class=com.seaglasslookandfeel.SeaGlassLookAndFeel com.sqleo.environment.Application
    

    But I get this error.
    -bash: SQLeoVQB.jar: command not found
    -bash: seaglasslookandfeel-0.2.jar: command not found

    Any idea what I need to do?

     
  • wyattb

    wyattb - 2013-03-01

    Found the problem. On the Mac as in Linux you need to separate classpaths with : instead of ;

    java -classpath .:SQLeoVQB.jar:seaglasslookandfeel-0.2.jar -Dcom.sqleo.laf.class=com.seaglasslookandfeel.SeaGlassLookAndFeel com.sqleo.environment.Application
    

    BUT the designer displays garbage.

     
  • Anu

    Anu - 2013-03-03

    Thanks. I updated sqleo.bat file with your comments for Mac OS.

     
  • Anonymous

    Anonymous - 2018-10-24

    worked

     

Anonymous
Anonymous

Add attachments
Cancel