Author |
Message |
metachief
|
Posted: Thu Aug 07, 2008 12:48 am Post subject: How to I start? |
|
|
I finally got tired of Turing and decided to switch to java. Since I am not taking a couse in school to get me started, I can only self teach it to my-self. It would be nice if someone could get me started. As I can see, the syntax is completely different from turing and so it confuses me a lot. Any basic lessons would be nice (Expain how you started learing it). Please...
Thanks in advance! |
|
|
|
|
|
Sponsor Sponsor
|
|
|
wtd
|
|
|
|
|
btiffin
|
|
|
|
|
metachief
|
Posted: Thu Aug 07, 2008 10:36 am Post subject: RE:How to I start? |
|
|
Thank you guys very much. |
|
|
|
|
|
Waylon777
|
Posted: Thu Sep 04, 2008 8:14 pm Post subject: RE:How to I start? |
|
|
Hello. I just started learning java on my own recently and I hvae a problem that I cannot compile a program. When I type the directory of my textpad files and type the file name, the promt says it cannot find the file. Why? If you have time, please tell me how to fix that. Thank you. |
|
|
|
|
|
Pockets
|
Posted: Thu Sep 04, 2008 11:54 pm Post subject: Re: How to I start? |
|
|
Do your java files have the proper filetype suffixes? All your code files should be .java files. Also, make sure your CLASSPATH is set to the proper path (the directory in which your program is stored). The Sun corporation has one of the most comprehensive, beautiful document sites I've ever seen, and you should run through the common issues here: http://java.sun.com/docs/books/tutorial/getStarted/problems/index.html
You may also want to try an IDE like DrJava that compiles automatically. The console tool is also one of the best learning tools I've ever seen, so make full use of that. |
|
|
|
|
|
Waylon777
|
Posted: Fri Sep 05, 2008 4:10 pm Post subject: RE:How to I start? |
|
|
Thank you very much! I finally got the hang of it. |
|
|
|
|
|
rto
|
Posted: Thu Oct 09, 2008 8:14 am Post subject: RE:How to I start? |
|
|
http://www.beens.org/ics3m/Using_Console_Class_Assignments.htm is a very good website. It has some very easy, basic assignments that you can try to use. Sorry that it came a little bit late thow lol. Please note that this website uses READY to program so whenever you see c.readLine or c.println, just replace the 'c' with System.out |
|
|
|
|
|
Sponsor Sponsor
|
|
|
|