Start New Discussion Reply to this Discussion Installing SQL Developer on Ubuntu 12.04
So, if - like me - you find yourself in need of installing SQL Developer on Ubuntu 12.04 and have for some or other reason ended up downloading the rpm instead of the zip from the Oracle site or you already have an rpm of SQL Developer lying around follow these steps to install said software.
Then, to the terminal:
First install alien:
sudo apt-get install alien
Then, convert the rpm file to a deb file:
sudo alien --scripts -d sqldeveloper-3.2.10.09.57-1.noarch.rpm
Then we run the deb file generated
sudo dpkg -i sqldeveloper-3.2.10.09.57-1.noarch.deb
Create the following directory in your home folder, this where it's going to store path to the jdk in the next step:
mkdir .sqldeveloper/
Run sqldeveloper once from the terminal
sudo /opt/sqldeveloper/sqldeveloper.sh
Enter the full path to Java 6
If you've got the openjdk, it'll be:
/usr/lib/jvm/java-6-openjdk
For the official one it'll be:
/usr/lib/jvm/java-6-sun
And that's SQL Developer on Ubuntu 12.04. From here on out, you can now run SQL Developer by clicking the icon in you application menu.
Anark10n
Newbie Poster
15 posts since Sep 2009
Reputation Points: 19
Solved Threads: 0
Skill Endorsements: 0
Thanks for sharing. I'm in that case you assume..
ubuntu_lover
Newbie Poster
1 post since Oct 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
it's realy helpful thanks so much
feryardiant
Newbie Poster
2 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.1441 seconds
using 2.66MB