I'm using Ubuntu 16.04 to learn java. Can anyone help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I'm using Ubuntu 16.04 to learn java. Can anyone help me?

Java on Ubuntu

18th Jan 2018, 12:32 PM
Aniket Srivastava
Aniket Srivastava - avatar
3 Answers
+ 5
see the third answer to this post: https://askubuntu.com/questions/921345/installing-a-java-dev-kit it may be helpful
18th Jan 2018, 1:40 PM
seamiki
seamiki - avatar
0
Actually, I am totally new in this. I am not familiar. Can you guid me, how can I start? Java (jdk 9.0.1) is installed in computer.
18th Jan 2018, 12:35 PM
Aniket Srivastava
Aniket Srivastava - avatar
0
download IDE or use this commands in terminal: for compiling use: "javac file.java" for running use: "java file" I recommend to use Intellij IDEA or eclipse.
18th Jan 2018, 1:05 PM
Cain Eviatar
Cain Eviatar - avatar