Do I have to use eclipse for the java course? Can I use Gedit text editor? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Do I have to use eclipse for the java course? Can I use Gedit text editor?

question about possibly using a different IDE or just using a text editor such as gedit

2nd Jan 2017, 3:58 PM
Michael Jordan
Michael Jordan - avatar
2 Answers
+ 2
you can use any text editor but you need compile and execute your application after that
2nd Jan 2017, 4:16 PM
Bogdan
+ 1
As Bogdan stated, you can use any text editor. The advantage to carry out the tutorial using eclipse, is that you will get a better grip on the IDE itself that could scare a beginner away otherwise. You gradually get familiar with Java and eclipse at the same time and when your code will be long enough to be hard to debug, you will be glad to have the functionality eclipse offers, at your disposal.
2nd Jan 2017, 5:24 PM
seamiki
seamiki - avatar