On Wed, 2002-10-23 at 12:03, rhodri lo wrote: > Netbeans binary, it says > > "A suitable Java Virtual Machine could not be found. Please > run the installer again using the option -is:javahome <JAVA HOME DIR>"
I can see the following differences to my setup: JDK_HOME env. In your case: # export JDK_HOME=/usr/j2sdk1.4.0_02 (Best put this somewhere in your .bash_profile) I also have simlinks to all java exectables (java, javac, rmic ...) and Netbeans' runide.sh from the installed location to /usr/local/bin. They can then be found via normal PATH variable. Netbeans works for me then. Hope it helps. Andy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]