![]() |
|
Favorite IDE for java coding - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE) +--- Thread: Favorite IDE for java coding (/Thread-Favorite-IDE-for-java-coding) |
RE: Favorite IDE for java coding - insidious - 01-03-2017 (01-02-2017, 07:59 PM)God Wrote:(01-02-2017, 05:31 PM)insidious Wrote:I might give another a shot. Do any other IDE's share a debugging feature similar to Eclipse? I've never had to debug outside of Eclipse so not sure how other IDE's implement it, if not the exact same.(12-30-2016, 12:14 PM)sudara Wrote: Never liked netbeans. Fan of eclipse though I mostly use jetbrains IDEs it's quite similar really. Definitely the same concept, the keys for step-in step-out may be different (I don't remember). If you're using C/C++ gdb is a seperate window so you don't even have to worry about that unless you want to learn it but for Java as this thread is, definitely pretty much the same RE: Favorite IDE for java coding - anjesh12 - 06-10-2017 i have been using ecliple for 3 years now, since start of high school. was using greenfoot. however that was terrible RE: Favorite IDE for java coding - titbang - 07-18-2017 I use Netbeans for it's simplicity. It's good for quick development and initial drafting before importing to Android Studio. RE: Favorite IDE for java coding - I Like Gold - 08-02-2017 Eclipse is my favourite, as it's the one that I have always used and I am very familiar with it. Back when I used Debian, I always wondered why the Eclipse package was so outdated (it's still at 3.8 when Stretch was released). RE: Favorite IDE for java coding - Clone - 12-29-2017 The only IDE I've ever used for coding is Netbeans. I've never tried anything else. I'm on the same boat here, uni recommended it. I also use Notepad++ for general coding purposes. RE: Favorite IDE for java coding - Daniel09 - 02-06-2018 I used Eclipse for about 2 years but just started using intellij RE: Favorite IDE for java coding - IC3 - 02-07-2018 Generally I prefer Eclipse due to its simplicity, but I think the best is IntelliJ! RE: Favorite IDE for java coding - madvib3zzz - 02-08-2018 The big three are eclipse, intellij idea and netbeans. Eclipse is most widely used but all have pros, cons, and very vocal followers. All are free or have free versions. RE: Favorite IDE for java coding - Confidential - 04-12-2018 I personally use IntelliJ Idea. It runs faster than Eclipse for me, lol. RE: Favorite IDE for java coding - Percent - 07-13-2018 Eclipse IDE is a great development environment for me. It is very simple, open source, and easy to use. |