Java World: Questions And Solutions (java Only Pls)

Welcome. Please Login, Register, Or Activate! 
type your username and password to login
Date: November 22, 2009, 09:20 PM
430945 members and 298036 Topics
Latest Member: mykelary
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  Java World: Questions And Solutions (java Only Pls)
Pages: (1) (2) Go Down Send this topic Notify of replies
Author Topic: Java World: Questions And Solutions (java Only Pls)  (Read 1407 views)
javadevil
Java World: Questions And Solutions (java Only Pls)
« on: April 30, 2008, 11:36 AM »

Hey guys, am a java programmer and would like to help beginners start a good career in Java Programming, Pls post you problems and projects here. I solve your problems and give you tips on doing your projects yourself. enjoy and welcome to the java world
kaymi (f)
Re: Java World: Questions And Solutions (java Only Please)
« #1 on: May 07, 2008, 06:54 PM »

Thanks so much,

I am a Beginner and I have been trying to figure this out and I can't,

I have text books, I have ebooks and edocuments, but I seem not to be getting it, about writing codes, setting path, compiling and executing.

I really need your help. Are you residing in Lagos. I wont mind been taught practically, I have to get and understand this because I really need it.

Please come to my rescue.

Thank you

logica
Re: Java World: Questions And Solutions (java Only Please)
« #2 on: May 07, 2008, 07:18 PM »

i don't know why people cannot understand that you cannot be taught how to program. if you cannot get it by yourself, please forget it and focus your energy on more useful and fruitful endeavors.
Bossman (m)
Re: Java World: Questions And Solutions (java Only Please)
« #3 on: May 07, 2008, 09:17 PM »

I responded in the thread below already. As for the syntax of the language, there are zillions of books online. However, as from learning to program, a lot is going to depend on you. Programming is not like most other subjects.  It's all about problem solving. You analyze a problem and you come up with ways to solve it. It also takes quite some time especially in the beginning.

In my opinion, it's like asking someone to teach you how to think.


http://www.nairaland.com/nigeria/topic-132535.0.html

X-2-X (m)
Re: Java World: Questions And Solutions (java Only Please)
« #4 on: May 10, 2008, 04:14 AM »

Quote from: kaymi on May 07, 2008, 06:54 PM


I have text books, I have ebooks and edocuments, but I seem not to be getting it, about writing codes, setting path, compiling and executing.
 . . . .

I you have books, etc and still cant figure out how to set classpaths or compile a simple class, then take the advice from Logica. Quit!
javaprince (m)
Re: Java World: Questions And Solutions (java Only Please)
« #5 on: May 12, 2008, 06:50 PM »

I need help in displaying Crystal Reports in Java and linking it to my database backend. I have tried to download iReports from JasperReport but am not sure how to use it yet.
logica
Re: Java World: Questions And Solutions (java Only Please)
« #6 on: May 12, 2008, 07:04 PM »

@ "javaprince"

does the iReport download come with documentation or not? What site did you download it from? Doesn't the site have any documentation?
javadevil
Re: Java World: Questions And Solutions (java Only Please)
« #7 on: May 13, 2008, 10:21 AM »

sorry guys, have been down for a week, pls post you questions now
javadevil
Re: Java World: Questions And Solutions (java Only Please)
« #8 on: May 13, 2008, 11:55 AM »

X-2-X, pls ignore what logica has writen,  you can be tot any programming language its just a matter of interest, about setting your classpath, pls follow the simple method below.

1. Right click on my computer
2. Select property
3  Select the advance Tab,
4. click on environment varible
5. Under System variables scroll to Path
6  Double Click on path, you will  find value similar to this "%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;c:\Program    Files\Microsoft SQL Server\90\Tools\binn\
7 add a semicolon to the end ";" without d quotes;
8. browse to the directory where you installed your JDK, which is by default c:\programfiles\j2sdk1.6\bin,
8. copy the link to the bin directory and paste it after the semicolon you added in the system variables.

I hope that's quiet simple enough for a beginner, pls let me know if you have anyother problem.
javadevil
Re: Java World: Questions And Solutions (java Only Please)
« #9 on: May 13, 2008, 11:59 AM »

PLS NOTE ALL JAVA BEGINNERS! DO NOT RUSH WHEN YOU'RE READING ANY JAVA TEXT, ALL WAYS TRY TO TYPE THE CODE AS YOU READ, ITS VERY SLOW BUT EFFECTIVE.   The Java Tutorial is a very Place to start. I don't advice starters to Use Thinking in Java by Bruce Eckel
sbucareer (f)
Re: Java World: Questions And Solutions (java Only Please)
« #10 on: May 13, 2008, 07:22 PM »

x
sbucareer (f)
Re: Java World: Questions And Solutions (java Only Please)
« #11 on: May 13, 2008, 08:19 PM »

x
lalaboi (m)
Re: Java World: Questions And Solutions (java Only Please)
« #12 on: May 13, 2008, 08:24 PM »

just installed java on my laptop but its not compiling my codes!  any body?
Bossman (m)
Re: Java World: Questions And Solutions (java Only Please)
« #13 on: May 13, 2008, 09:10 PM »

Exactly what do you mean by "it's not compiling my code" Is it because you have compilation errors or the Java compiler could not be found? When you type "Java" at the command prompt what do you see? Did you set your classpath as suggested in one of the several threads in this forum? 

To get meaningful and more appropriate answers, I'd suggest you provide more details regarding the error you are getting. 



Quote from: lalaboi on May 13, 2008, 08:24 PM
just installed Java on my laptop but its not compiling my codes! any body?
lalaboi (m)
Re: Java World: Questions And Solutions (java Only Please)
« #14 on: May 13, 2008, 10:56 PM »

thats the point!  i dnt knw how to set my class path

i tried the step above and its still not compiling

like have got a code femi.java , in the command prompt i type in javac femi.java
and its telln me 'javac' is not a recognized smtn smtn
Bossman (m)
Re: Java World: Questions And Solutions (java Only Please)
« #15 on: May 13, 2008, 11:24 PM »

Type this 'java -version' at the command prompt and see if you get anything.

If you do, then at the command prompt type 'set classpath' and post the results here.  If the above is ok, you may have a typo somewhere. The javac.exe is supposed to be in the bin directory, and you should be able to execute it from anywhere if the classpath is set correctly.

lalaboi (m)
Re: Java World: Questions And Solutions (java Only Please)
« #16 on: May 13, 2008, 11:33 PM »

typed in the version and it showed me the version of my java

typed in set class path,  result=  environment variable class path not defined
lalaboi (m)
Re: Java World: Questions And Solutions (java Only Please)
« #17 on: May 13, 2008, 11:36 PM »


this is the main thing in my variable value,  is it corect?

C:\Program Files\PC Connectivity Solution\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Java\jdk1.6.0\bin
lalaboi (m)
Re: Java World: Questions And Solutions (java Only Please)
« #18 on: May 13, 2008, 11:40 PM »

i av just added a comma to the end! according to the step above.

now a diff error appeared!

file not found, use help to do smtn smtn
Bossman (m)
Re: Java World: Questions And Solutions (java Only Please)
« #19 on: May 14, 2008, 12:00 AM »

It should actually be a ; (semi colon) after the path settings. Add the semi colon, then type 'path' at the command prompt and verify that your entire path including the jdk path is there. Then try 'javac' at the command prompt.



Quote from: lalaboi on May 13, 2008, 11:40 PM
i av just added a comma to the end! according to the step above.

now a diff error appeared!

file not found, use help to do smtn smtn
lalaboi (m)
Re: Java World: Questions And Solutions (java Only Please)
« #20 on: May 14, 2008, 01:25 PM »

its still not compiling!
kinswrld (m)
Re: Java World: Questions And Solutions (java Only Please)
« #21 on: May 14, 2008, 06:00 PM »

Hi fateful,i really like your effort you are put for we beginners of Java.My question i install Java 1.1 to my system.I written my Source files with word text and been save so i will want to run the program.The problem am have is what step am i going to take for the program to run.Thanks
Emma4dfuture (m)
Re: Java World: Questions And Solutions (java Only Please)
« #22 on: May 14, 2008, 06:28 PM »

Guys,tnx 4d educatn u're givin.1tin is,I live in an underdevelopd area,so it's hrd 4me2 get dis Java bks&cds.
Emma4dfuture (m)
Re: Java World: Questions And Solutions (java Only Please)
« #23 on: May 14, 2008, 06:38 PM »

I'll b most grtful if u can give me some sites 2dwnld dem/places where I cn getdem.My email:emmaforthefuture@hotmail.com
lalaboi (m)
Re: Java World: Questions And Solutions (java Only Please)
« #24 on: May 14, 2008, 06:43 PM »

kinswrld (m)
Re: Java World: Questions And Solutions (java Only Please)
« #25 on: May 15, 2008, 12:34 PM »

Pls can someone help me with, I like to know what development tools i can use to start in learning Java because am really interested in this program actually have not been to any lecture on this but I do make use of the school library, there is much book I could make use of so. Pls for God sake what software can I use that I will understand easily as time goes on. And can a program run on non connected system? My email address is kinsworld21@yahoo.com  or you could link me to a site or books that could solve my problem, I pray God will increase you wisdom as you help shear you knowledge with we the new ones. Thanks
kinswrld (m)
Re: Java World: Questions And Solutions (java Only Please)
« #26 on: May 15, 2008, 01:11 PM »

Pls can someone help me with, I like to know what development tools i can use to start in learning Java because am really interested in this program actually have not been to any lecture on this but I do make use of the school library, there is much book I could make use of so. Pls for God sake what software can I use that I will understand easily as time goes on. And can a program run on non connected system? My email address is kinsworld21@yahoo.com  or you could link me to a site or books that could solve my problem, I pray God will increase you wisdom as you help shear you knowledge with we the new ones. Thanks
lalaboi (m)
Re: Java World: Questions And Solutions (java Only Please)
« #27 on: May 16, 2008, 09:18 AM »

anybody to help[?

my java is not compiling ohh!!!
lalaboi (m)
Re: Java World: Questions And Solutions (java Only Please)
« #28 on: May 16, 2008, 06:56 PM »

its working now! Grin Grin
Bossman (m)
Re: Java World: Questions And Solutions (java Only Please)
« #29 on: May 16, 2008, 07:07 PM »

Good to know. where did you go wrong or what did you do differently? It may help others in a similar situation.

Quote from: lalaboi on May 16, 2008, 06:56 PM
its working now! Grin Grin
lalaboi (m)
Re: Java World: Questions And Solutions (java Only Please)
« #30 on: May 17, 2008, 09:15 PM »

the file location! 
it was in my documents but was using another folder to to compile the file
that why i had the error 'file not found'

u get me?
javadevil
Re: Java World: Questions And Solutions (java Only Please)
« #31 on: May 19, 2008, 01:53 PM »

Good day Java Guru's and Guru's to be. I'll like you to know that java programming is a very easy and poweful language, though I couldn't have said this when i started  because I didn't find anybody to lead me in the right path, I gave up about 10 times but because of the love for the language I always came back.
      To all Beginners, the most important thing is to have a passion for computers, A passion to solve problems, and then passion to write codes.

like I said in my earlier post, the java tutorial is a good place to start, dont forget to always type the codes as they come. it can be downloaded from sun's java website http://java.sun.com.

The JDK also can be downloaded from the same website.

pls follow the trail as it is displayed by the tutorial, after learning the Laguage core, you can then pick any techonology of your choice.  I am a mobile developer but i could swich to any other cos I have a very good foundation with the basics.

Integrated Development Environment (IDE) is a very good tool but I personally dont advice beginners to start with it cos it hides the basics of the language from you.

I wish all you success as you take a dive into Programming.

I'll be here to always help you if you need any. pls post it here or mail or even call me.  (adeiza@kaastechnologies.com///08059988889)

Thanks

 The Importance Of Software Testing And Not Just Software Programming  Difference Between Db_flashback_retention_target And Retention Policy  Collection Of Nigerian Programming Gurus  Page 2
Pages: (1) (2) Go Up Send Topic to Friend by E-mail Reply 


Sections: Autos/Cars (2) Jobs/Vacancies (2) (3) Career Talk Education General(2) Politics Romance Computers Phones Travel
Sports Fashion Health Religion Celebrities TV/Movies (2) Music/Radio (2) Books Webmasters Programming

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

Nairaland is owned by Oluwaseun Osewa. See also: Nairalist Classified Ads
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.