Click to See Complete Forum and Search --> : Problems compiling java under Emacs


UltraSmooth
12-06-2000, 10:39 PM
When I go to compile a java file under emacs I get the following message:

cd /home/java_stuff
javac Test.java
/bin/bash : javac command not found

I know I have the PATH setup correctly in the .bash_profile since I can compile and run java file in a terminal in any folder. Is there something I'm missing here? Do I have to specify in Emacs where the java tools are?
I'm running Mandrake 7.2 btw.