Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie Needs Programming environment...

Status
Not open for further replies.

docmeizie

Programmer
Aug 5, 2003
326
US
Hello I am pretty new to Java, and I want to go throught the motions of teaching myself Java at home. I have a Book on how to teach yourself Java, but what I really need is a programming enviroment to run the programs and such. Does anyone have any good free programs that can be downloaded so I may start expanding my mind?????

Computers are like an array of randoms, ya never know what ya gonna get!!!
 
Download the SDK @ Download a text editor/IDE
-- TextPad.com (text Editor)
-- NetBean.com (Free IDE)

That should be all that you need to start learning.

Hope this helps.
 
>> Computers are like an array of randoms, ya never know what ya gonna get!!!

That's not true! Unless something is physically broken you get whatever it was told by humans to do!

Also the Sun One Studio Community Edition is free from sun.com

-pete
 
i use jcreator from jcreator.com. It's the next best thing
to intellij idea. It's a luxury notepad; you can edit java,
jsp, xml,sql, html .... in one ide. It was built using c++ too.

~za~
You can't bring back a dead thread!
 
maxpower1
>> It was built using c++ too.

What is "c++ too"? C++ i know... but "too"... what that means?
Does that stand for Totally Object Oriented?
[lol]

-pete
 
"Its a joke son, pay attention or ya gonna miss the punchline..." Foghorn Leghorn

Computers are like an array of randoms, ya never know what ya gonna get!!!
 
Ahhh... "Foghorn Leghorn".... what an actor! [lol]

-pete
 
How is this for a better line, palbano????


If I take a peek in your Windows, to fix a problem, does that make me a "Peeping Tom"? Hmmmmmmmmmm
 
>What is "c++ too"? C++ i know... but "too"... what that >means?
>Does that stand for Totally Object Oriented
that means, i adore that language - so abstract ;)

~za~
You can't bring back a dead thread!
 
to learn Java do NOT use ANY IDE.
You'll almost invariably end up learning the tool without learning the language.

Start using a simple text editor and a commandline compiler from the J2SDK and only move to a full IDE when you understand what it is that the IDE is automating for you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top