Started Java, and wanted to know!
5 Likes
IDE = integrated development environment, intellij is an example of an Java IDE.
Compared to an text-editor where you write the code and then use external tools to run the code, an IDE includes these tools.
7 Likes
Some sources to use for it are Eclipse and NetBeans, which are other IDE’s.
6 Likes
Just a short list of IDE to use to add to what @stetim94 and @experiencedcoding said.
- BlueJ.
- Codenvy.
- DrJava.
- Eclipse.
- Greenfoot.
- IntelliJ IDEA.
- JCreator.
- (Oracle) JDeveloper.
I hope this helps =)
5 Likes