[dundee] java

Andrew Clayton dundee at lists.lug.org.uk
Sun Dec 8 18:08:00 2002


On Sun, 2002-12-08 at 14:38, Keir Lawson wrote:
> Finnally I have a linux problem for you to solve(as opposed to a windows one)  Im trying to install the net beans java ide.  ive allready installed the latest java sdk (1.4.1_01) from java,sun.com.  however when I try to install netbeans from the  KDE terminal it comes up with an error saying to run the installer agian but with the "-is:javahome <java home path>" argument so i used whereis java and it came up with /usr/bin/java. so i typed in; 

Good start!.


> "$ NetBeansIDE-release34-linux.bin -is:javahome usr/bin/java"
> however it generated the same error.  please help i wnt to use netbeans for linux but i fear i may have to switch back to netbeans for windows.

Try setting the JAVA_HOME shell variable to the location of your java
install, e.g

	export JAVA_HOME=/usr/local/j2sdk1.3.1

> -- 
> religion is the opium of the masses Marx
> 

PS: Please fix the line wrap in your mail client.


Cheers,

Andrew Clayton