1. the downloaded Oracle SQL Developer, rpm file,: http://www.oracle.com/technology/software/products/ SQL /index.html 2. install sun's jdk1.6, if installed, skip (linux mint 12 is installed by default) command: sudo apt-get install sun-java6-jdk www.2cto.com 3. oracl SQL Develoepr is a rpm package by default. To install Mint in Linux, You need to convert the RPM to DEB package. Now, you need to download the external help you convert RPM, DEB and DEB, command: sudo apt-get install alien 4. convert rpm to deb. Command: sudo alien-k -- scripts sqldeveloper *. rpm 5. install the converted deb. Command: sudo dpkg-I sqldeveloper *. deb www.2cto.com 6. create a running environment and run the following command: mkdir-p ~ /. Sqldeveloper gedit ~ /. Sqldeveloper/jdk 7. enter the installation path of jdk1.6 in gedit, which is usually/usr/lib/jvm/java-6-sun. Save and exit gedit 8. run SQL Develoepr from the menu!
Author tycomputer