Hello chaps, I have installed the java jdk but I don't seem to be able to compile anything. I have followed these instructions
http://docs.oracle.com/javase/7/docs...tml#install-64 and installed java inside home --> java.
When I attempted to compile a program this is what I had:
Code:
antobbo@antobbo-linux-Dell-System-XPS-L702X:~/java/14.11$ javac *.java
The program 'javac' can be found in the following packages:
* default-jdk
* ecj
* gcj-4.6-jdk
* openjdk-6-jdk
* gcj-4.5-jdk
* openjdk-7-jdk
Try: sudo apt-get install <selected package>
antobbo@antobbo-linux-Dell-System-XPS-L702X:~/java/14.11$
Does anybody know what I have to do to get it to work? DO I have to install all those packages? Last time I installed on another linux machine I don't think I had these problems
thanks