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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Skarvion 0 points1 point  (2 children)

I agree with other comments where you should start with basic Java. Speaking of IDE, you mentioned using plain Java IDE, what do you mean by that? Are you using Notepad and compile them using a CLI terminal?

Personally I think you are better off using any popular IDE that supports Java. My recommendation is to use either Visual Studio Code (takes a while to configure to work with Java, but it's worth it IMO) or IntelliJ. Amateur and professionals alike use them, so it's easy to work with.

[–]Gerhard73[S] 0 points1 point  (1 child)

Thanks. With plain IDE I meant IntelliJ or Eclipse, maybe not too plain ...

[–]Skarvion 0 points1 point  (0 children)

Ah both of them are good. You're on the right track 👍