Jump to content

Java IDE

Go to solution Solved by Blade of Grass,

Try IntelliJ community edition, before I got visual studio 2010 ultimate, jetbrains was usually my go-to company for IDEs. Especially because being a student I get a lot of free keys. They give you free keys while you are a student. Also it has some nice themes.

I second this. IntelliJ is by-far the best IDE that I've ever used for Java. The ultimate edition is also free for students!

Hi, so I have seen a lot of disgusting shit code from people and I've noticed that the way that their projects are formatted are not compatible with all IDEs and in a lot of cases you have to end up reformatting them in a very disgusting way and sometimes ends up in the entire project not working. So, what would be the best IDE to use for compatibility for Java on all projects. 

 

The way my school went was from BlueJ to Eclipse to Netbeans but they were pretty shit and didn't really explain this essential part. Thanks. 

Link to comment
https://linustechtips.com/topic/528128-java-ide/
Share on other sites

Link to post
Share on other sites

Netbeans or Eclipse.

 

If you don't like the Java specific IDEs with their Java specific features, just use vim or sublime and compile yourself.

Link to comment
https://linustechtips.com/topic/528128-java-ide/#findComment-7009350
Share on other sites

Link to post
Share on other sites

 

We used Eclipse in CS1/my 2nd to last semester at uni. Fucking hated it, and hated typing outdated crap into it due to the teacher being so ancient.


I have never liked Eclipse. My teacher couldn't get colors working like BlueJ's amazing beauty. Yet my friends were with a plugin of some sort. I will never give up BlueJ in my heart because it was the only IDE I had used that had colors at the time. I'm willing to go with BlueJ, Netbeans, and Eclipse, but they don't seem compatible with each other.

 

 

They are text editors.


Does it compile in those or do you need a dedicated compile or some sort? If dedicated, how can I make one?
Link to comment
https://linustechtips.com/topic/528128-java-ide/#findComment-7009437
Share on other sites

Link to post
Share on other sites

Does it compile in those or do you need a dedicated compile or some sort? If dedicated, how can I make one? 

you will need JDK installed, navigate to the directory of the java file in shell or command window and compile the file using the java compiler. See the documentation here: https://docs.oracle.com/javase/tutorial/getStarted/cupojava/win32.html#win32-2b

Link to comment
https://linustechtips.com/topic/528128-java-ide/#findComment-7009588
Share on other sites

Link to post
Share on other sites

Try IntelliJ community edition, before I got visual studio 2010 ultimate, jetbrains was usually my go-to company for IDEs. Especially because being a student I get a lot of free keys. They give you free keys while you are a student. Also it has some nice themes.

I second this. IntelliJ is by-far the best IDE that I've ever used for Java. The ultimate edition is also free for students!

15" MBP TB

AMD 5800X | Gigabyte Aorus Master | EVGA 2060 KO Ultra | Define 7 || Blade Server: Intel 3570k | GD65 | Corsair C70 | 13TB

Link to comment
https://linustechtips.com/topic/528128-java-ide/#findComment-7009830
Share on other sites

Link to post
Share on other sites

I second this. IntelliJ is by-far the best IDE that I've ever used for Java. The ultimate edition is also free for students!

 

Try IntelliJ community edition, before I got visual studio 2010 ultimate, jetbrains was usually my go-to company for IDEs. Especially because being a student I get a lot of free keys. They give you free keys while you are a student. Also it has some nice themes.

 

This, I can recommend intelliJ as well

 

If you're a student, and you have an email address from your school, you can get free jetbrains stuff (including the full verion of intelliJ) here.

you will need JDK installed, navigate to the directory of the java file in shell or command window and compile the file using the java compiler. See the documentation here: https://docs.oracle.com/javase/tutorial/getStarted/cupojava/win32.html#win32-2b

Or set the JDK as a PATH variable, so you don't have to navigate to the JDK location every time.

https://docs.oracle.com/javase/tutorial/essential/environment/paths.html

"It's a taxi, it has a FARE METER."

Link to comment
https://linustechtips.com/topic/528128-java-ide/#findComment-7010979
Share on other sites

Link to post
Share on other sites

Another vote for IntelliJ Idea. The transition from Eclipse to IntelliJ Idea was difficult and frustrating for me because I was so accustomed to Eclipse, but in the end it was worth the trouble because it was so much more fluid and stable than Eclipse. 

Compatibility should not be an issue between IntelliJ Idea and Eclipse, especially if you refrain from using more than one module per project in IntelliJ. 

Link to comment
https://linustechtips.com/topic/528128-java-ide/#findComment-7011127
Share on other sites

Link to post
Share on other sites

Hi, so I have seen a lot of disgusting shit code from people and I've noticed that the way that their projects are formatted are not compatible with all IDEs and in a lot of cases you have to end up reformatting them in a very disgusting way and sometimes ends up in the entire project not working. So, what would be the best IDE to use for compatibility for Java on all projects.

The way my school went was from BlueJ to Eclipse to Netbeans but they were pretty shit and didn't really explain this essential part. Thanks.

IntelliJ FTW!
Link to comment
https://linustechtips.com/topic/528128-java-ide/#findComment-7017861
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×