• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

looking for some advice on IDE's

minofifa

Senior member
Hi,
i'm starting to get into learning how to develop software, specifically java right now. In our labs we are using a text editor called textpad that lest you compile from it and run your program without using a terminal directly. It is a good way to learn, but i'm wondring if any of the experienced software developers would recommend an IDE wo work with insted? I realize that working with the code via a text editor would be the best way to learn the code itself, but i would also like to stay on top of what people in the industry are using.

I was thiking of trying Netbeans, but i also saw java stuio on the sun website. are eitehr of these good choices?

one more question, i read a post that microsoft was giving away free versions of visual studio if you participate in some web presentation thing. Is visual sutio considered an IDE, and can you develop Java in it?

thank you very much for any advice.
 
Eclipse is my personal favorite. NetBeans has a GUI for designing GUIs, though, and it's pretty slick.
 
Back
Top