A Java Programmer To Be Needs Your Help Please!

A Member? Please Login  
type your username and password to login
Date: May 17, 2008, 05:40 AM
201353 members and 113466 Topics
Latest Member: Vizcana
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  A Java Programmer To Be Needs Your Help Please!
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: A Java Programmer To Be Needs Your Help Please!  (Read 172 views)
chucket (m)
A Java Programmer To Be Needs Your Help Please!
« on: April 28, 2008, 02:50 PM »

Please dearest nairaland users,

Is there any site where I can learn Java programming or any where I can get a full grasp?

I had a sting with it when I was at NIIT, but didn't just get it fully.
Now I'd want to go fully into it. Is there any help or direction you can give me?

Its really the program I'd love to learn.

Is there any site where I can download the java software that compiles and runs Java programs?
The ones I've been able to download don't work on my system I don't know why.

I would really love to hear from you please!

Thanks in anticipation of your positive responses.
richness (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #1 on: April 28, 2008, 04:29 PM »

Java is an open source language so you can get loads of material from the net. Just google "Java downloads" and you are on the go. for specific sites, you can check sun.java.com and javaranch. hope this help
npang (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #2 on: April 28, 2008, 04:35 PM »

Welcome to  Java. I hope u find it interesting. You have the ff options

1. Go to a good bookshop see if you can get good books.
     Examples are Java How to Program by P Deitel and H Deitel
     Core Java (can't remember the author)
     Java(TM) 2: The Complete Reference
There are lots of good books around.

2. Go to Sun's site and download the API documentation and the Tutorial there

3. Use google and search for other Tutorials.

Bassie (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #3 on: April 29, 2008, 11:32 AM »

hey!
Learning Java is a nice step in the right direction.Java How to Program by d Deitels would be a good book to  start with.The official Sun tutorial avaialbe FOC at sun.com is also a valuable resource.A good query at google will give some free materials too.There will be tough times though when learnign Java, but don't give up!Wouldnt mind helping with any of your hic ups in the learning process!
Bossman (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #4 on: April 29, 2008, 06:10 PM »

You have got some good advice already. I would also suggest the Java Tutorial from Sun's website and Thinking in Java by Bruce Eckel. The latter is a little advanced, but you will gain a lot from it. The Deitel book suggested uses a lot of swing  in all its examples, and that can sometimes be in the way of letting you grasp the core concepts.
nport (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #5 on: April 30, 2008, 06:03 AM »

The best thing you could do is buy a book on java, shouldn't cost very much
Bassie (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #6 on: April 30, 2008, 09:29 AM »

Hey,
On the issue of not being able to compile and run your Java source codes, set the class path after installing the JDK(which can be gotten from sun.com).this should fix it.Any good java book should tell how to set class path.
chucket (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #7 on: May 07, 2008, 08:32 AM »

Dearests,

I am happy and grateful for all the suggestions and help rendered.
I am overwhelmed, but what more can I say if not thank you?
So thank you a million times!

I actually odered some java softwares from Nigeria because of the cost here,
but after slotting in the discs (which were copied on r/w cds), it did not show any pop up
or wizard for directions. I just assumed its loaded after a while.

Whenever I open my system, I'd see some java files but when I try to compile or run an
application, it will tell me that "javac is not recognised as an internal or external
command, operable program or batch file".

Could it be from the softwares or is that how it goes?

After slotting in the software discs, am I not supposed to see a pop up
or a wizard?

I would still appreciate more help. Again, if its from the software,
can anyone help me with the infomation on where to but a good one?

Thanks in anticipation of your help.
Bassie (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #8 on: May 07, 2008, 10:46 AM »

hey,
Nice to hear u making at least some progress in ypur pursuit of a Java Career.
The "software(s)" you need to run any java program are available at no cost on java.sun.com. After Successful installation of the JDK, You need to set the class path(this is probably why u got that "javac is not recongnized as a , " error when u tried to compile your source codes). to Set you class path,
right click on yor computer,-select Properties,-select the Advanced tab - click on the "environment variable" tab,you shld see a System variable labeled "path", select it and click on Edit, then add the absolute path to your Java's bin directory. it's usually c:\program files\java\"jdk-version"\bin or replace this with your installation path.restart your system if neccesary. you should now be able to run your Java source files.
Hope this helps!
 
chucket (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #9 on: May 08, 2008, 09:29 AM »

Bassie,

Thanks so much.
In the place you said I should input path "jdk version".
How do I know the version of the one I uploaded?
You know it was sent to me from Nigeria and it was on a
writeable cd.
Or do you suggest I discard this one and go to the sun site you gave me?

Sorry for bothering you ok?

Thanks for being there for me!
Have a nice day.
Bossman (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #10 on: May 08, 2008, 09:43 AM »

The version should be in the installation path/folder. It will be something like j2sdk1.4.1_02 (depending on your version). Anothr option is to just go to sun's site and download it again. 

I googled for "latest jdk version": You do not neccesarily have to use the latest.

http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2006-12,GGLG:en&q=latest+jdk+version


Quote from: chucket on May 08, 2008, 09:29 AM

Thanks so much.
In the place you said I should input path "jdk version".
How do I know the version of the one I uploaded?
You know it was sent to me from Nigeria and it was on a
writeable cd.
Or do you suggest I discard this one and go to the sun site you gave me?

Sorry for bothering you ok?

Thanks for being there for me!
Have a nice day.
chucket (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #11 on: May 08, 2008, 09:59 AM »

Bossman,

I am at java.sun.com site.
I've gone to downloads and there were som many options like
java EE, java SE, java ME, java FX.
Which one do I need to download?
Bossman (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #12 on: May 08, 2008, 10:08 AM »

You just need the SE (Standard Edition). So download Java SE.

Quote from: chucket on May 08, 2008, 09:59 AM
Bossman,

I am at java.sun.com site.
I've gone to downloads and there were som many options like
java EE, java SE, java ME, java FX.
Which one do I need to download?

Bassie (m)
Re: A Java Programmer To Be Needs Your Help Please!
« #13 on: May 09, 2008, 09:59 AM »

Hey,
Bossman has told u all that should help u out successfully as regards your setup to use Java.Do have a nice time "speaking" Java.if u encounter any problem, i would'nt mind helping!
 Web Programmer, Software Testers Etc Jobs !  Help With Vb 6.0  Scholarship Opportunity For Africans  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Jobs (2) Career Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Powered by: SMF, © 2001-2005, Lewis Media. All Rights Reserved.