Thank you reply. Have Fun with nice tool.
Have you reed the posts above? What is the result of the respective investigations?
@all Following new Version of the squirrel-sql.sh script that now also suite the Problem when running not from the home directory like Roel did. ####### squirrel-sql.sh 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110...
@all Following new Version of the squirrel-sql.sh script that now also suite the Problem when running not from the home directory like Roel did. ! /bin/sh -x ABSPATH=$(cd "$(dirname "$0")"; pwd) This function sets a global variable named "CP" to a command-path separated list of jars located beneath the specified folder. If the specified folder contains a lib directory, then jars beneath the lib folder are @ added as well as the squirrel-sql.jar file located in the directory specified as the first...
No prob, have fun with the Squirrel
OK, there could be the Problem. You run the script direct out of the folder with cd'ing in that folder before. So the dirname command return as path just a dot. please run the script out of your home directory with eg: /Applications/SQuirreLSQL.app/Contents/MacOS/squirrel-sql.sh (change to suite your environment) i think then it should start. If not, please provide the output from the cmd line
Please add a -x to the shebang in squirrel-sql.sh and then run the command on cmd. After that please post the output. Shebang is the first line in the suirrel-sql.sh script. should look like this #! /bin/sh -x
Please add a -x to the shebang in squirrel-sql.sh and then run the command on cmd. After that please post the output. Shebang is the first line in the suirrel-sql.sh script. should look like this ! /bin/sh -x