Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

ubuntu 13.10 jgrasp unable to compile due to javac error

Writer 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?

2

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy