Help with Mac install

233 views
Skip to first unread message

Padmapriya Srinivasan

unread,
Apr 14, 2021, 10:42:24 AM4/14/21
to SQL Workbench/J - DBMS independent SQL tool
Hi,

Does anyone have an example of how to set up the mac automator script?

I am using the one provided and keep running into errors so I don't think I am setting this up correctly.  

cd "/Applications/SQL Workbench"   
r=$(java \ 
 --add-opens java.desktop/com.apple.laf=ALL-UNNAMED \ 
 -cp sqlworkbench.jar:ext/* \ 
 -Dawt.useSystemAAFontSettings=on \ 
 -Dapple.awt.showGrowBoxtrue=true \ 
 -Dapple.laf.useScreenMenuBar=true \ 
 -Xmx4096m \ 
 -Xdock:name=SQLWorkbench/J \ 
 workbench.WbStarter 2>&1) 
$r

https://www.sql-workbench.eu/macos-binary.html (Link provided for convenience)

Step 7 talks about replacing with my installation path. Can this be clarified?  

Thanks!


  
Reply all
Reply to author
Forward
0 new messages