Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
learning java
Name: xp Date: February 8, 2007 at 03:32:01 Pacific OS: xp CPU/Ram: 930/512 Product: dell/dont know
Comment:
I’ve installed JDK1.1.3. I made java application on notepad name HelloWorld.java. Tried to compile with this “javac HelloWorld.java”. Error appeared “can’t read HelloWorld.java”. Actually I know nothing about it. I want to learn from any programmer if you need more information just respond and ask. If you know what should be done after installation you can help me. I’ll be grateful to you. 2. Is Netscape necessary for viewing applets? Or IE will work. Please help. I’m not studying this in any institute trying to learn through books.
Name: johns Date: February 11, 2007 at 04:52:05 Pacific
Reply:
you should be in the current folder where the java source file reside. 4 eg, if your java file x.java is in c:\test, you should run javac from c:\test>javac x.java If for some reason, you are getting an error like javac is not found, set the PATH to where javac resides. The above said will change slightly if you are using packages which you don't need to worry for the time being
johns
0
Response Number 3
Name: Guy Date: February 12, 2007 at 15:23:13 Pacific
Reply:
I just saw this, and hope the OP comes back to look.
Name: xp Date: February 17, 2007 at 11:11:26 Pacific
Reply:
thanks to all of you.
adnan
0
Response Number 5
Name: hclewk Date: February 21, 2007 at 00:06:23 Pacific
Reply:
Go to kurtiswelch.com and look at the article Getting Started With Java. Don't use eclipse, it will confuse the crap out of you if you have never programmed before.
Summary: Hello everyone. Does anyone here know a good source for learning java? I would like to start building java applications and / or server side applications. Any help would be most appreciated. thank yo...
Summary: Hi folks, I shall start my first lesson to learn Java. I found following sites/tutorials; Tutorial (search) http://onesearch.sun.com/search/one...ial&uid=6910019 Java Tutorial http://java.sun.com/docs...
Summary: One entire book that is free and downloadable is Thinking in Java by Bruce Eckel... but I'd do the tutorials first. Another newer book (although not entirely free) is Head First Java (O'Reilly). The...