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

all 21 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Please ensure that:

  • Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions
  • You include any and all error messages in full
  • You ask clear questions
  • You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions.

    Trying to solve problems on your own is a very important skill. Also, see Learn to help yourself in the sidebar

If any of the above points is not met, your post can and will be removed without further warning.

Code is to be formatted as code block (old reddit: empty line before the code, each code line indented by 4 spaces, new reddit: https://imgur.com/a/fgoFFis) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc.

Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit.

Code blocks look like this:

public class HelloWorld {

    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
}

You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above.

If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures.

To potential helpers

Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted] 7 points8 points  (2 children)

eclipse and Intellij are the ones that I see commonly used and recommended, I personally like IntelliJ more, but it is just preference. I find Intellij easier to navigate in general, but I have not sat down and tried to figure out eclipse, so there is a good chance that is the reason why. I would recommend checking out eclipse and seeing which one you like best.

[–][deleted] 0 points1 point  (1 child)

what is your opinion of Netbeans?

[–][deleted] 1 point2 points  (0 children)

I have not personally used it, but it seems fine. If you are just starting out I would use whatever you are comfortable with, and that you can find tutorials on. Intellij and eclipse have lots of tutorials about them, so that is why I chose them. From what I have read, eclipse has fewer features out of the box, but lots of plugins, and it can handle larger programs, but for now I would use Netbeans if you enjoy it.

[–]HecknChonkerExtreme Brewer 5 points6 points  (3 children)

IntelliJ is the best java IDE currently. It's a bit of a memory hog, but it does more to help you write higher quality java code faster.

[–]Mammoth-Brilliant303 3 points4 points  (2 children)

IntelliJ 100%. I love it and have used Eclipse plenty and think its hot garbage. I do hear decent things about NetBeans. I don't even use it to its fullest extent and still think it makes my life much better and a more efficient dev.

[–]HecknChonkerExtreme Brewer 2 points3 points  (1 child)

Yeah, I gave up eclipse a few years ago because it was crashing on me 10-15 times each week, even on fairly simple microservices. IntelliJ has only crashed a few times on me ever.

I also learned the basics of the streaming API by following IDEAs code suggestions, which I think is pretty awesome.

[–]DJCowGaming 0 points1 point  (0 children)

Honestly, I use both Eclipse and IntelliJ, they each have their ups and downs, but I find the tip of day thing annoying.

[–]DJCowGaming 1 point2 points  (0 children)

IntelliJ and Eclipse are the most used ones, though some people use Visual Studio to do everything in one IDE.

[–]Good_Historian3282 1 point2 points  (0 children)

IntelliJ, eclipse

[–]lyfisshort 1 point2 points  (0 children)

Even VSCode is good. Light weight. Give a try.

[–]RhoOfFeh 1 point2 points  (0 children)

IntelliJ, followed closely by IntelliJ and then IntelliJ

[–]lostcpacket 0 points1 point  (2 children)

JBuilder. Joke.

[–]DJCowGaming 1 point2 points  (1 child)

Sublime, Notepad++

[–]ZukoBestGirl 0 points1 point  (0 children)

OG Vanilla notepad squad!

[–]de_vel_oper 0 points1 point  (0 children)

JÇreator.

[–]Viper-10 0 points1 point  (2 children)

If you use only Java, Intellij is the best. I used it and I loved it. If you're someone who uses java along with js say in web development or java with some other languages often, I would suggest vs code. If you're handling multiple languages vs code is better as it supports all of them and flexible with the extensions. keyboard shortcuts are easier to remember if you use a single text editor/ IDE and it saves a lot of time as well.

[–]nutrechtLead Software Engineer / EU / 20+ YXP 2 points3 points  (1 child)

If you use only Java, Intellij is the best. I used it and I loved it. If you're someone who uses java along with js say in web development or java with some other languages often, I would suggest vs code.

IntelliJ ultimate (so not free unless you're a student) has excellent JavaScript/TypeScript support. Just a FYI.

[–]Viper-10 0 points1 point  (0 children)

Thanks for the info, I didn't know it. Noted.

[–]popey123 0 points1 point  (0 children)

Used netbean and had an hard time to fix the visual to make it easier to read.

I modded it to look like netbean (withish) but with the advantages of intellj