PDA

View Full Version : [ubuntu] Installing Oracle 11g on Ubuntu 8.04 LTS 32bit (Hardy Heron)



hp.bhathiya
November 10th, 2010, 11:29 AM
I have been following this (http://www.pythian.com/news/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron/) tutorial. I used exact same Ubuntu version and Oracle 11g (chcksum and MD5 verified)Everything went alright up to the final stage of starting up the setup. when the setup attempt to run it get me following error

Exception in thread “main” java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.Toolkit$2.run(Toolkit.java:821)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:80 4)
at com.jgoodies.looks.LookUtils.isLowResolution(Unkno wn Source)
at com.jgoodies.looks.LookUtils.(Unknown Source)
at com.jgoodies.looks.plastic.PlasticLookAndFeel.(Pla sticLookAndFeel.java:122)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at javax.swing.SwingUtilities.loadSystemClass(SwingUt ilities.java:1783)
at javax.swing.UIManager.setLookAndFeel(UIManager.jav a:480)
at oracle.install.commons.util.Application.startup(Ap plication.java:758)
at oracle.install.commons.flow.FlowApplication.startu p(FlowApplication.java:164)
at oracle.install.commons.flow.FlowApplication.startu p(FlowApplication.java:181)
at oracle.install.commons.base.driver.common.Installe r.startup(Installer.java:265)
at oracle.install.ivw.db.driver.DBInstaller.startup(D BInstaller.java:114)
at oracle.install.ivw.db.driver.DBInstaller.main(DBIn staller.java:132)

i gone though this same procedure on brand new ubuntu installations three times but still getting this error.
for all this operation I'm using Oracle Virtual Box.

Any helpful tips?

manojankk
December 3rd, 2011, 08:56 PM
This article clearly describes installation of Oracle 11g release 2 on Ubuntu desktop (Posted on 03-December-2011)
http://sqlandplsql.blogspot.com/2011/12/installing-oracle-11g-on-ubuntu.html

Steps are same for 8.04. I recommend you to upgrade to 10.04 since it is a long term support version before trying Oracle. good luck !