ojo_negro wrote:So I'm using the current version of Suse Linux and I can't get it to compile any programs. Right noe the most important to me is Java and when I type Javac into the terminal it responds command not found. Yes I have checked and Java is installed on my computer. Any suggestions?
As I am more of a Windows programmer, and don't play around on Linux as much as I should, I can only give you help for things that helped me on Windows, with hopes that they will correspond to your problems.
I had the same problem when I was first learning Python and trying to compile it in Command Prompt, I solved the problem by "cd"ing into the Python directory, then trying to run the command again. See if that helps.