0
Do i have to install jdk for ubuntu 14.04 or just compile in the terminal?
5 Respuestas
+ 2
If javac is working in the terminal you have a jdk installed.
+ 2
Yes.
+ 2
thank you :)
+ 1
how do I check if javac is working in the terminal? Do I do that by trying to compile a code file?
+ 1
to check java, and javac, in the terminal
java -v
javac -v
Your system might be having openjdk. Must install Oracle jdk.