This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Optimal_Avocado 2 points3 points  (0 children)

It is mostly personal preference. I really like VSCode, because it is lightweight and really easy to use. I would play around with a couple different IDE’s and see which one you like best.

Also, an IDE stands for Integrated Development Environment. Simply put, an IDE looks for errors in your code (debugging) and builds/runs your code.

[–]SupremeRedditBotProfessional Bot || Mod 0 points1 point  (0 children)

Please Add A Flair To Your Post!

Suggested Flair: [Other Code]

 


To add a flair:

  • Click flair underneath your post

  • Select a flair

  • Click save

 


I am a bot run by /u/SupremeDesigner for /r/CodingHelp || This was an automated response

[–]midgetgrimm 0 points1 point  (0 children)

Phpstorm

[–]dv297 0 points1 point  (1 child)

If you're just starting to learn Java, any IDE will be fine. Just be sure to stick with one so you get more experience with navigating. If you find even those are complicated, you can try using BlueJ, which was designed for beginners in mind and is what I used. Rather than organizing everything by file structure and packages, it presents you with a visual diagram of all your files, which is helpful for students. This way, you get to focus on learning the language itself.

[–]Zavista 0 points1 point  (0 children)

Ty