SQL Developer Not Launching after 10.8 upgrade in MACOSX
I run SQL Developer to interface with Oracle and after upgrading to OS X 10.8 “Mountain Lion” (ML) SQL Developer would not launch. A little googling and of course I found the issue.
Apparently java is changed, either removed or unlinked when you upgrade. All I had to do to fix this was run this from the terminal.
sudo ln -s /usr/bin/java /bin/java
I run SQL Developer to interface with Oracle and after upgrading to OS X 10.8 “Mountain Lion” (ML) SQL Developer would not launch. A little googling and of course I found the issue.
Apparently java is changed, either removed or unlinked when you upgrade. All I had to do to fix this was run this from the terminal.
sudo ln -s /usr/bin/java /bin/java
No comments:
Post a Comment