Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » help on programming with java
Closed Thread
Old 07-24-2006, 04:51 PM   #1 (permalink)
jay_bo's Avatar
 
Ultra Techie

Join Date: Jul 2006

Posts: 898

jay_bo is on a distinguished road

Default help on programming with java

Has any1 brought a book called Sams-Teach Yourself-Programming with Java-in 24 hours written by Rogers Cadenhead. I would first like 2 know what software they used when following the book because i hav got very confused, i do have more questions but i would like some1 to reply who has time 2 answer them because this is something i would like to get involved. Thanks and please help
jay_bo is offline  
Old 07-24-2006, 05:47 PM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

I have not read that book, but all you need is the JDK and a text editor, like notepad or textpad. Actually, textpad would be good if you're just starting out. If you have Java questions, post them.
jaeusm is offline  
Old 07-24-2006, 10:27 PM   #3 (permalink)
 
True Techie

Join Date: May 2006

Posts: 150

fjf314 is on a distinguished road

Send a message via AIM to fjf314
Default

You can find various versions of the JDK here. While you can download the one with NetBeans, I would recommend against using an IDE if you are just starting to learn Java.

I would also recommend using TextPad, which you can get a trial version of for free. Its built in Java support makes it much nicer to use than simply Notepad, since it will color your code, indent it, etc. to keep it looking nice and easy to follow. It also has support to allow you to compile and run your code without having to use the command line, which can come in handy.
__________________
There are 10 kinds of people in the world, those who understand binary and those who don\'t.
fjf314 is offline  
Old 07-25-2006, 08:54 AM   #4 (permalink)
jay_bo's Avatar
 
Ultra Techie

Join Date: Jul 2006

Posts: 898

jay_bo is on a distinguished road

Default

I Have used the notepad before and the topic was something like "saluton" but i have trouble compliing the file, what software do i need to compile it and how do i do it.

thanks for your help and please help
__________________
jay_bo is offline  
Old 07-25-2006, 01:09 PM   #5 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 339

DarkMortar

Default

yse JBuilder... Fooundation, perfectly free
__________________
DarkMortar is offline  
Old 07-25-2006, 02:22 PM   #6 (permalink)
jay_bo's Avatar
 
Ultra Techie

Join Date: Jul 2006

Posts: 898

jay_bo is on a distinguished road

Default

When you ment perfectly free do you me that the program is free. i went on there website http://www.borland.com/us/products/jbuilder/index.html and you have to but online or a free trial. Is there any others i can use for free. When i brought the book it came with a disc. the following programs are on the disc :

J2SE Development Kit
NetBeans 4.1 IDE
jEdit 4.2
Apache XML-RPC
XML Java Class Library
Java Outline Editor

Does aany of them programs complie file? I think NetBeans does but i keep getting errors.

Can any1 help and it would also help if ther was any websites which will gudie be through it
__________________
jay_bo is offline  
Old 07-25-2006, 05:14 PM   #7 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

All that information should be explained in the book. Again, all you need is the development kit and an editor. NetBeans is too slow for my tastes (it's actually an IDE), and I'm not exactly a big fan of jEdit either. However, between the two of them, I'd use jEdit. If you need detailed instructions, go to jEdit's website.
jaeusm is offline  
Old 07-25-2006, 05:18 PM   #8 (permalink)
jay_bo's Avatar
 
Ultra Techie

Join Date: Jul 2006

Posts: 898

jay_bo is on a distinguished road

Default

thanks 4 ur time and the book doesn't explain itself clearly. but if any1 has read the book and has gt throught most of it please post it here
__________________
jay_bo is offline  
Old 07-25-2006, 10:02 PM   #9 (permalink)
 
True Techie

Join Date: May 2006

Posts: 150

fjf314 is on a distinguished road

Send a message via AIM to fjf314
Default

The Development Kit is the only thing out of all of those that you absolutely have to install if you want to write programs in Java. Then you just need to use the "javac" command from the command line to compile your programs. As I said earlier, I would recommend against using the NetBeans IDE since you're just starting. jEdit isn't the greatest text editor, but it's better than Notepad and better than using an IDE right now.

If you keep having trouble, let us know what errors you're getting when you compile.
__________________
There are 10 kinds of people in the world, those who understand binary and those who don\'t.
fjf314 is offline  
Old 07-26-2006, 07:44 AM   #10 (permalink)
jay_bo's Avatar
 
Ultra Techie

Join Date: Jul 2006

Posts: 898

jay_bo is on a distinguished road

Default

thanks but it might be a while because i had to send my processor to be repaired and my dad doesnt like me installing any programs on is. It should be sometime next week and i will try it again.
jay_bo is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On