Starting from scratch. I know literally nothing. Which IDE should I start with? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Starting from scratch. I know literally nothing. Which IDE should I start with?

15th Apr 2017, 5:36 AM
Aman Sharma
Aman Sharma - avatar
5 Answers
+ 1
For something clean, simple, and easy-to-use, I recommend Notepad++. Syntax highlighting is nice and clear, and because it reads just about any language you could imagine, it's a cinch to use when you start learning new languages, as well.
15th Apr 2017, 5:41 AM
Zack Strickland
Zack Strickland - avatar
0
Thanks, Petja. 😊
15th Apr 2017, 5:41 AM
Aman Sharma
Aman Sharma - avatar
0
For simple cases, you could even get along without any IDE. Just use the editor of your choice that supports syntax highlighting for Java. Complile your code to a class file with javac filename.java. Run the code with java filename (NO extension).
15th Apr 2017, 5:43 AM
Klaus-Dieter Warzecha
Klaus-Dieter Warzecha - avatar
0
I started my first codes writing them on a simple notepad, compiling and running via cmd.
15th Apr 2017, 1:38 PM
Alex Snaidars
Alex Snaidars - avatar
- 1
if you no nothing then no ide at all, since it helps you too much. start with good 'ol notepad++ or something alike. trust me. ide is no good for beginners
15th Apr 2017, 5:39 AM
Petja Boigk
Petja Boigk - avatar