|
-
Nov 20th, 2004, 02:54 AM
#1
Thread Starter
Lively Member
Learning Java
Okay, I have decided that I would like to learn Java. But first of all I have a few questions. Where is a good, free java compiler (to write the source code and compile it)? And where is a good place for tutorials for complete (I mean complete) beginners?
Sorry if I am sounding a little picky/feisty but I have been looking for some time now. Thanks everybody.
Oh and one more thing, at the bottom of your post could you please list the Java compiler you use?
"Most cars on our roads have only one occupant, usually the driver."
- Carol Malia, BBC Anchorwoman
"I do not like this word "bomb." It is not a bomb. It is a device that is exploding."
- Jacques le Blanc, French ambassador on nuclear weapons
"Solutions are not the answer."
- Richard Nixon, former U.S. President
-
Nov 20th, 2004, 08:29 AM
#2
Frenzied Member
java.sun.com has everything you need. I would probably download the latest version of the software, which is 5.0.
http://java.sun.com/j2se/1.5.0/download.jsp
J2SE JDK 5.0
-
Nov 20th, 2004, 08:30 AM
#3
Frenzied Member
Most people have trouble installing the jdk for the first time. So feel free to post any of your problems installing.
-
Nov 20th, 2004, 08:32 AM
#4
The command line compiler comes with the JDK. You can also download the combined JDK+NetBeans package, which also includes the NetBeans IDE.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 20th, 2004, 03:37 PM
#5
Thread Starter
Lively Member
Thanks everyone. I have tried installing JDK but it was a little hard so i quit . Anyways, ins't Java sorta like Visual Basic where you design the interface and then program it? If not, how do you get all the graphics etc.?
Thanks
"Most cars on our roads have only one occupant, usually the driver."
- Carol Malia, BBC Anchorwoman
"I do not like this word "bomb." It is not a bomb. It is a device that is exploding."
- Jacques le Blanc, French ambassador on nuclear weapons
"Solutions are not the answer."
- Richard Nixon, former U.S. President
-
Nov 20th, 2004, 04:04 PM
#6
Dazed Member
The graphical components come bundled in the language already under various packages such as java.awt.*; and javax.swing.*;. You can add the previous to the top of your .java files combined with multiple import statements to have access to the gui classes. The gui classes are commonly referred to as the JFC(Java Foundation Classes).
-
Nov 20th, 2004, 04:10 PM
#7
Frenzied Member
Designing an interface in java really sucks. You do it programatically(unless you have a really good IDE) and it's either hit or miss when putting components on a frame.
-
Nov 20th, 2004, 04:19 PM
#8
Dazed Member
Yeah i always found that to be a problem. One of the suggestions that was always given to me was "Just use a gridbag layout manager". I always found the gridbag layout manager hard to use.
-
Nov 20th, 2004, 04:45 PM
#9
I found NetBeans to be a really good IDE.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 25th, 2004, 02:29 AM
#10
Frenzied Member
Originally posted by CornedBee
I found NetBeans to be a really good IDE.
Eclipse kicks NetBeans butt
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Nov 25th, 2004, 07:51 AM
#11
Frenzied Member
Eclipse and JBuilder are the best out there right now.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|