SQL Developer broken script ...
Hi,
I'm trying to install SQL Developer for Linux on a Pentium 4 (3.25 GHz with Hyperthreading and 512 MB physical memory) with Fedora Core 4. As per the installation guide I did unzip the file and then run the script "sh sqldeveloper" on the unziped folder sqldeveloper.
What this script does is that it changes to directory "jdev/bin" inside the unziped folder sqldeveloper and runs the script sqldeveloper in that directory.
My results are as follow:
dirname: too many arguments
Try `dirname --help' for more information.
./sqldeveloper: line 77: /../../ide/bin/launcher.sh: No such file or directory
It looks as if on line 77 (. `dirname ${SCRIPT}`/../../ide/bin/launcher.sh) is not that well structured. Maybe I'm wrong but it's not doing what it's supposed to be doing.
Would someone please let me know if I'm missing something? Thanks in advance ...