Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,158,741 members, 7,837,694 topics. Date: Thursday, 23 May 2024 at 09:28 AM

A Java Programmer To Be Needs Your Help Please! - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / A Java Programmer To Be Needs Your Help Please! (1072 Views)

Need A Java Programmer To Put Be Through On A JAVA ASSIGNMENT / Im A Java Expert Here To Teach Those Who Wants To Learn. / Functional Programming For Java Programmer Scala Or Clojure? (2) (3) (4)

(1) (Reply) (Go Down)

A Java Programmer To Be Needs Your Help Please! by chucket(m): 2:50pm On Apr 28, 2008
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.
Re: A Java Programmer To Be Needs Your Help Please! by richness(m): 4:29pm On Apr 28, 2008
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
Re: A Java Programmer To Be Needs Your Help Please! by npang(m): 4:35pm On Apr 28, 2008
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.
Re: A Java Programmer To Be Needs Your Help Please! by Bassie(m): 11:32am On Apr 29, 2008
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 dont give up!Wouldnt mind helping with any of ur hic ups in the learning process!
Re: A Java Programmer To Be Needs Your Help Please! by Bossman(m): 6:10pm On Apr 29, 2008
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.
Re: A Java Programmer To Be Needs Your Help Please! by nport(m): 6:03am On Apr 30, 2008
The best thing you could do is buy a book on java, shouldn't cost very much
Re: A Java Programmer To Be Needs Your Help Please! by Bassie(m): 9:29am On Apr 30, 2008
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.
Re: A Java Programmer To Be Needs Your Help Please! by chucket(m): 8:32am On May 07, 2008
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.
Re: A Java Programmer To Be Needs Your Help Please! by Bassie(m): 10:46am On May 07, 2008
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!
Re: A Java Programmer To Be Needs Your Help Please! by chucket(m): 9:29am On May 08, 2008
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.
Re: A Java Programmer To Be Needs Your Help Please! by Bossman(m): 9:43am On May 08, 2008
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


chucket:


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.
Re: A Java Programmer To Be Needs Your Help Please! by chucket(m): 9:59am On May 08, 2008
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?
Re: A Java Programmer To Be Needs Your Help Please! by Bossman(m): 10:08am On May 08, 2008
You just need the SE (Standard Edition). So download Java SE.

chucket:

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?

Re: A Java Programmer To Be Needs Your Help Please! by Bassie(m): 9:59am On May 09, 2008
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!

(1) (Reply)

Help On Vb6 With Mysql And Mssql / Hey, Php Programmer? I Need Ur Help / We Would Celebrate Hackers' Day On May 29 2012

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 25
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.