Install OracleSQLDeveloper under LinuxMint
Install Oracle SQL Developer in Linux Mint
1. The downloaded Oracle SQL Developer and rpm file ,:
2. Install sun's jdk1.6. If it is already installed, skip this step. (linux mint 12 is installed by default.) command:
Sudo apt-get install sun-java6-jdk
3. l SQL Develoepr setting is an rpm package by default. To install Mint in Linux, You need to convert the RPM to DEB package. Now, you need to download external help to convert RPM, DEB, and DEB to the following command:
Sudo apt-get install alien
4. Convert rpm to deb. command:
Sudo alien-k -- scripts sqldeveloper *. rpm
5. Run the following command to install the converted deb:
Sudo dpkg-I sqldeveloper *. deb
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!
For more information about Oracle, see the Oracle topic page? Tid = 12
,