Laptop software for coding and testing Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Laptop software for coding and testing Java?

Hi There! I am learning Java. I am a beginner but really enjoying it so far. I wanted to know if there is any software I can use on my laptop to write and test my code? I like to play around and find it helps me get a better understanding of what Im learning if I can see it in action- but writing lines of code on the code playground on my phone takes long and is uncomfortable. Thanks!

1st May 2019, 7:02 AM
Wesley
Wesley - avatar
2 Answers
+ 2
You need to have Java JDK and some IDE(Eclipse, NetBeans, IntelliJ Idea) installed. To write your code. To test it you will have to add some of unit test frameworks like Junit or TestNG. To get those frameworks you need to use some sort of package mangers like Maven.
1st May 2019, 7:12 AM
Dima Makieiev
Dima Makieiev - avatar
+ 7
You can use ides like Intellij idea IDE Eclipse Netbeans
1st May 2019, 7:10 AM
Rstar
Rstar - avatar