I want to run Oracle SQL Devloper on Ubuntu with this command:
Oracle SQL Devloper
sh sqldeveloper/sqldeveloper.sh
Then I got this message:
For me it was similar error. I solved it simply by inserting
SetJavaHome /usr/lib/jvm/java-7-openjdk-amd64/
into ~/.sqldeveloper/4.0.0/product.conf file.