Oracle JDeveloper 10.1.3.3 on Kubuntu 8.04

Download here: http://www.oracle.com/technology/software/products/jdev/htdocs/soft10133.html

Follow the instructions.

Edit /jdev/bin/jdev.conf
1. SetJavaHome
2. disable SetJavaVM hotspot #

# Directive SetJavaHome is not required by default, except for the base
# install, since the launcher will determine the JAVA_HOME. On Windows
# it looks in ..\..\jdk, on UNIX it looks in the PATH by default.
#
SetJavaHome /opt/java/jdk1.5.0_15

#
# The Windows launcher will attempt to use client (hotspot) by default,
# unless a VM is specified below with the following directive. On UNIX
# we use whatever is listed first in the $(JAVA_HOME)/jre/lib/jvm.cfg file.
#
#SetJavaVM hotspot