Do we need complier for java....How and where can we create a java program...and how can we run it... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Do we need complier for java....How and where can we create a java program...and how can we run it...

6th Feb 2018, 7:14 AM
Aditi Patil
Aditi Patil - avatar
2 Answers
+ 5
just the Jdk : http://www.oracle.com/technetwork/java/javase/downloads/index.html and a text editor or an Ide like netbeans ,eclipse ,intellij idea , bluej , etc.
6th Feb 2018, 8:57 AM
cHiRaG GhOsH
cHiRaG GhOsH - avatar
+ 3
you do not need any specific program to work with Java. just install java jdk, wrote program in some text editor and compile it with command javac in command prompt. or you can use some of special software like NetBeans, blueJ or something similar. i hope that i helped you.
6th Feb 2018, 7:32 AM
wolfsan
wolfsan - avatar