Quote:
Originally posted by leonscape
You need to install a compiler. Or if you already have a compiler install you need to make sure its in your path. type
echo $PATH
This will print a list of directories separated by colons. to add the directory where the compiler is type
export PATH=$PATH ath/to/compiler
|
I'm having problems with the above. I've installed Eclipse and Java, and need to add the path to the java compiler.
Following the above steps (typing
export PATH=$PATH:/usr/java/jdk1.5.0_01/bin/) does change the path, but only for that terminal window. Then typing
/usr/eclipse/eclipse will start the IDE, but clicking a shortcut icon won't, and closing the terminal window "undoes" my PATH changes.

Help! How do I make this permanent?