| Author |
Getting Started
|
Paulo Nineteen
Greenhorn
Joined: Jan 17, 2010
Posts: 1
|
|
|
I am completely new to this and need help with the basics. I have downloaded Java 6SDK and have a book to teach myself but i have no idea what to do next, In the excersice you write some code and compile it. First off, do i write the code in wordpad? Secondly, In baby steps describe how i compile it and the book also said something about adding an entry PATH environment variable that points to the /bin directory, I don't have a clue how to do this but i am sure i will learn quickly once i have these problems sorted. Any email addresses or phone numbers would be helpful.
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4163
|
|
http://java.sun.com/docs/books/tutorial/index.html
More specifically, http://java.sun.com/docs/books/tutorial/getStarted/index.html
|
luck, db
There are no new questions, but there may be new answers.
|
 |
sai jyothi
Greenhorn
Joined: Jun 28, 2009
Posts: 28
|
|
welcome to javaranch
There are numerous websites to learn java but one of the best is given by darryl i believ so. you can also refer roseindia.net
|
scjp5.0 90%
consistent hardwork always gives fruitful results
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32599
|
|
Which book have you got?
No, avoid wordpad, since it may add control characters which the compiler can't read. NotePad is barely better; download NotePad2 or NotePad++ or jEdit, which are all much much better.
In the links Darryl Burke posted you will find a "common problems" page. Make sure to look at that. If you didn't set up a PATH environment variable, you will get some strange error messages, which are in the "common problems" link. If you find advice about how to set up your CLASSPATH as an environment variable, 99% of the time you should ignore that mistake and forget all about the CLASSPATH.
|
 |
 |
|
|
subject: Getting Started
|
|
|