I need to install java (j2se sdk) on my computer for running a program (SQLDeveloper). All the write ups talk about installing the FireFox plug-in.
What do I have to do to get this installed?
|
|
|
You need to enable the partner source (assuming you're using Lucid):
Update, and then install the necessary packages:
|
|||||||||
|
|
This is Sun's link to download the SDK: http://java.sun.com/javase/downloads/widget/jdk6.jsp you may need to set your $JAVA_HOME environmental variable afterwards. For example:
You'll want to set this in your .profile to avoid manually setting it each session. I'm not familiar with the SQLDeveloer installer, but it may make it easier for you by allowing you to specify the JDK location. GL |
|||
|
|