ubuntu 13.10 jgrasp unable to compile due to javac error
Matthew Barrera
I am fairly new to linux and ubuntu. I have download jgrasp and installed all the necessary jdk packages. However when i try to compile a jgrasp program i get an error saying that javac is not in the folder i am saving the file in. any ideas?
21 Answer
It's not saying it's not in the same folder as the file, it's saying it can't find it on your path. Make sure you have the full JDK installed, not just the JRE, and make sure it is the JDK "bin" directory that is first on your system path.
4