Jump to content

software for code

Guest

hello, i am new to coding and I want to learn java. what software would i need to install to write my code and see it executed? (free softwares) do some softwares support other languages too?

Link to comment
Share on other sites

Link to post
Share on other sites

IntelliJ or Eclipse are go to

 

Some "do". It depends on the file types and what not

Community Standards || Tech News Posting Guidelines

---======================================================================---

CPU: R5 3600 || GPU: RTX 3070|| Memory: 32GB @ 3200 || Cooler: Scythe Big Shuriken || PSU: 650W EVGA GM || Case: NR200P

Link to comment
Share on other sites

Link to post
Share on other sites

Visual Studio Code.

I mainly do php but it support java too.

Eclipse is the most popular for java.

I think it's the default IDE for android.

Ryzen 5700g @ 4.4ghz all cores | Asrock B550M Steel Legend | 3060 | 2x 16gb Micron E 2666 @ 4200mhz cl16 | 500gb WD SN750 | 12 TB HDD | Deepcool Gammax 400 w/ 2 delta 4000rpm push pull | Antec Neo Eco Zen 500w

Link to comment
Share on other sites

Link to post
Share on other sites

11 hours ago, SupaKomputa said:

I think it's the default IDE for android.

Android Studio is the def. IDE for  android and it's based on IntelliJ IDEA

ಠ_ಠ

Link to comment
Share on other sites

Link to post
Share on other sites

17 minutes ago, shadow_ray said:

Android Studio is the def. IDE for  android and it's based on IntelliJ IDEA

Since when they stop using eclipse?

Last time i code android is 2015, i still use eclipse for most of my stuff.

Ryzen 5700g @ 4.4ghz all cores | Asrock B550M Steel Legend | 3060 | 2x 16gb Micron E 2666 @ 4200mhz cl16 | 500gb WD SN750 | 12 TB HDD | Deepcool Gammax 400 w/ 2 delta 4000rpm push pull | Antec Neo Eco Zen 500w

Link to comment
Share on other sites

Link to post
Share on other sites

You have to install a few things to use java. I don’t recall everything but someone here should be able to tell you. 

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, fpo said:

You have to install a few things to use java. I don’t recall everything but someone here should be able to tell you. 

Well, Java, or more specifically the JDK (Java Development Kit).

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

You would need to download only a few components to start programming in Java, firstly, you would need to install the JDK (Java Development Kit), secondly, you would need an IDE to be able to edit the code, compile and run the files. I personally prefer VSC but I would suggest you use Eclipse as it is a good first starting IDE for Java and would require extensions to be able to compile/run Java. That is pretty much all you would need to start programming in Java. I have left the links to all the downloads along with a Tutorial Playlist to be able to start learning Java.

JDK Download: http://www.oracle.com/technetwork/java/javase/downloads/jdk10-downloads-4416644.html
Eclipse IDE Download: https://www.eclipse.org/downloads/
Tutorial Playlist: https://www.youtube.com/playlist?list=PL_c9BZzLwBRKIMP_xNTJxi9lIgQhE51rF

Link to comment
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

×