d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Question About Java Programming Language
12Next
Add Reply New Topic New Poll
Member
Posts: 34,587
Joined: Mar 25 2009
Gold: 12,633.00
Oct 3 2015 11:53pm
What are my options for java IDE for writing java code? What is the latest and most used IDE/Compiler/interpreter? for windows 7.....
I'm totally lost about this language, not sure what is used... but i wanna start learning java, and i figured this is where to start....


The reason i ask for latest, is cuz i wanna get a book that uses the latest IDE as well, that way everything is in unison! would appreciate any feedback!


Also book suggestions are very welcome :)






EDIT: I'm also wondering is there a way i can create stuff using java programming language without actually having my own http server?

This post was edited by ferf on Oct 4 2015 12:07am
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Oct 4 2015 12:24am
some popular java IDEs are eclipse, netbeans, and intellij. there are others out there as well, or you can write everything in notepad if you prefer.

Quote
EDIT: I'm also wondering is there a way i can create stuff using java programming language without actually having my own http server?

are you trying to learn java or do you already know java se and want to learn java ee? java itself doesn't have to be a web app. if you wish to learn the web stuff, you can run your own localhost.
Member
Posts: 34,587
Joined: Mar 25 2009
Gold: 12,633.00
Oct 4 2015 12:29am
Quote (carteblanche @ Oct 4 2015 02:24am)
some popular java IDEs are eclipse, netbeans, and intellij. there are others out there as well, or you can write everything in notepad if you prefer.


are you trying to learn java or do you already know java se and want to learn java ee? java itself doesn't have to be a web app. if you wish to learn the web stuff, you can run your own localhost.


Ummmm I'm new to the language and any IDE's that use java....so yes i'm trying to learn java, although i don't know the difference between java se and java ee, and where to start? and mmmm I'd imagine that yes i'd wanna learn web stuff too as i'm guessing that's what java is mostly used for?
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Oct 4 2015 12:37am
Quote (ferf @ Oct 4 2015 02:29am)
Ummmm I'm new to the language and any IDE's that use java....so yes i'm trying to learn java, although i don't know the difference between java se and java ee, and where to start? and mmmm I'd imagine that yes i'd wanna learn web stuff too as i'm guessing that's what java is mostly used for?


don't learn the web stuff yet. start with standard java. learning how classes work, interfaces, etc. so no web server needed.

Quote (ferf @ Oct 4 2015 02:40am)
So what's the difference between SE and EE? I've been told i should use eclipse for my IDE

although there's 2 versions:

http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/mars1

and

http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/mars1


eclipse is one IDE, but there are many plugins you can add depending on what you wanna do. eclipse often comes packaged up with certain plugins based on the audience. SE is just vanilla java that you want to start with. EE is more web related.

This post was edited by carteblanche on Oct 4 2015 12:47am
Member
Posts: 34,587
Joined: Mar 25 2009
Gold: 12,633.00
Oct 4 2015 12:49am
Quote (carteblanche @ Oct 4 2015 02:37am)
don't learn the web stuff yet. start with standard java. learning how classes work, interfaces, etc. so no web server needed.



eclipse is one IDE, but there are many plugins you can add depending on what you wanna do. eclipse often comes packaged up with certain plugins based on the audience. SE is just vanilla java that you want to start with. EE is more web related.


hmm ok thanks so much!
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Oct 4 2015 01:21am
why are you learning java, anyway? i thought you were gonna use C# to write your bots?
Member
Posts: 29,363
Joined: Mar 27 2008
Gold: 504.69
Oct 4 2015 06:20am
At school we use an IDE called jGrasp which is just a very simple IDE that I find is good for learning since its not over complicated.
Member
Posts: 1,717
Joined: May 29 2015
Gold: 10.00
Oct 4 2015 07:42am
Eclipse is nice
Member
Posts: 34,587
Joined: Mar 25 2009
Gold: 12,633.00
Oct 4 2015 01:49pm
Quote (carteblanche @ Oct 4 2015 03:21am)
why are you learning java, anyway? i thought you were gonna use C# to write your bots?


i figured java was more practical
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Oct 4 2015 08:57pm
Quote (ferf @ Oct 4 2015 03:49pm)
i figured java was more practical


:unsure:
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll