Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,198,041 members, 7,966,834 topics. Date: Saturday, 05 October 2024 at 02:36 AM

Whyohme's Posts

Nairaland Forum / Whyohme's Profile / Whyohme's Posts

(1) (of 1 pages)

Programming / I'm Learning Programming But... How Can I Code (as In ... In Real Life)??? by whyohme: 1:09pm On Jan 11, 2015
I've been learning Java from docs.oracle... for a while now, but despite all the examples here and there, once the tutorial poses a question to me I'm always like -- how do I start? I can answer the theoretical questions very well... but the practical ones always make me feel like -- what do I first type into NetBeans IDE? Apart from programming I'm reading something else... and I'm pretty a naturally brilliant student, but seriously "real-life" coding ALWAYS puzzle me. I'm always left hanging somewhere within the code exercise.
Please you programming gurus that -- learnt coding ONLINE (by yourselves). How was it? As in -- I don't see it as hard but... how do I start? Or should I just learn the whole thing before even laying my hands on any real life code? Do I need to cram and memorise every syntax? Or should I just be referencing to the tutorial often. How long would it take me to be able to -- see a piece of code and quickly detect the error? Or is there any cheat to learning programming?
Programming / Re: Guys Pleaseeeee I Need To Understand This Java Thing! by whyohme: 4:24pm On Dec 23, 2014
How can I ever thank you guys? You just did the BOMB!!!!!! I've been on it for like -- 20 hours... and within few minutes (with your help) I'm done!! Thanks guys!!

2 Likes

Programming / Re: Guys Pleaseeeee I Need To Understand This Java Thing! by whyohme: 12:38pm On Dec 23, 2014
asalimpo:


you shouldnt create a new variable .
For windows 7 and earlier,
there,s a path variable under system properties.
Click it then copy the full path to the jdk compiler and paste it at the end of the value textfield,with other values there. End with a semi colon.

The path to the jdk should be
rootdrive: /program files/.../java/java-version/bin/
My current PATH is -- C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jdk1.8.0\bin
And I'd try what you suggested
Programming / Re: Guys Pleaseeeee I Need To Understand This Java Thing! by whyohme: 10:26pm On Dec 22, 2014
I also tried this -- C:\Program Files (x86)\Java\jdk1.8.0_25\bin\javac HelloWorldApp.java

and this -- C:\Program Files (x86)\Java\jdk1.8.0\bin\javac HelloWorldApp.java

Also this -- C:\Files (x86)\Java\jdk1.8.0\bin\javac HelloWorldApp.java

And this -- C:\Program Files\Java\jdk1.8.0\bin\javac HelloWorldApp.java

I've also created a PATH is system for JDK1.8.0 as in -- C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jdk1.8.0\bin but the whole thing is still MESSED UP!


And please I'm still a beginner!!
Programming / Re: Guys Pleaseeeee I Need To Understand This Java Thing! by whyohme: 10:20pm On Dec 22, 2014
luksybee:
Hook me up on whatsapp with 08030441069
Sorry I'm not on WhatsApp
Programming / Re: Guys Pleaseeeee I Need To Understand This Java Thing! by whyohme: 10:20pm On Dec 22, 2014
Theorix:
Make sure u change directory to point to were d javac is installed
How?? Please explain better!

Cos I've tried changing the directory as in -- C:\Program Files (x86)\Java\jdk1.8.0_25\

But it tells me 'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Programming / Re: Guys Pleaseeeee I Need To Understand This Java Thing! by whyohme: 10:19pm On Dec 22, 2014
I've downloaded IDE for netbeans
GodMode:
Download an IDE for java... eclipse or netbeans...
Programming / Re: Guys Pleaseeeee I Need To Understand This Java Thing! by whyohme: 8:29pm On Dec 22, 2014
ahmmyreal:
You want to write Android apps? Learn Java first.
Want to learn Java on your own? Read Java how to program by Deitel and Head first Java. Also download Java videos from TheNewBoston.com
Thanks ahmmyreal.. it's not that I'm not learning but I've got this HUGE problem of cmd error right now. And in fact, I posted an update here -- https://www.nairaland.com/2057428/please-what-should-im-getting
But in order to avoid you clicking the link, lemme just repost it here:

I've been trying for the past four hours to get over the error message I'm getting from cmd, when trying to compile -- a HelloWorldApp.java.
I've gotten all the steps but I haven't passed this step:
Where I've to add this code -- javac HelloWorldApp.java to compile the HelloWorldApp.java
I keep getting this error message from cmd --

C:\MLee>javac HelloWorldApp.java
'javac' is not recognized as an internal or external command,
operable program or batch file.

C:\MLee>C:\jdk1.8.0\bin\javac HelloWorldApp.java
The system cannot find the path specified.

C:\MLee> javac HelloWorldApp.java
'javac' is not recognized as an internal or external command,
operable program or batch file.

C:\MLee>C:\jdk1.8.0\bin\javac HelloWorldApp.java
The system cannot find the path specified.

C:\MLee>jdk1.8.0\bin\javac HelloWorldApp.java
The system cannot find the path specified.

C:\MLee>C:\ACER\jdk1.8.0\bin\javac HelloWorldApp.java
The system cannot find the path specified.

C:\MLee>C:\myjava\jdk1.8.0\bin\javac HelloWorldApp.java
The system cannot find the path specified.

C:\MLee>C:\Program Files (x86)\jdk1.8.0\bin\javac HelloWorldApp.javac
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

C:\MLee>C:\Files\jdk1.8.0\bin\javac HelloWorldApp
The system cannot find the path specified.

C:\MLee>C:\jdk1.8.0\bin\javac HelloWorldApp
The system cannot find the path specified.

C:\MLee>C:\jdeo


Please assist me...
Programming / Please What Should I Do? I'm Getting Error Message When Trying To Compile Java! by whyohme: 8:20pm On Dec 22, 2014
I've been trying for the past four hours to get over the error message I'm getting from cmd, when trying to compile -- a HelloWorldApp.java.
I've gotten all the steps but I haven't passed this step:
Where I've to add this code -- javac HelloWorldApp.java to compile the HelloWorldApp.java
I keep getting this error message from cmd --

C:\MLee>javac HelloWorldApp.java
'javac' is not recognized as an internal or external command,
operable program or batch file.

C:\MLee>C:\jdk1.8.0\bin\javac HelloWorldApp.java
The system cannot find the path specified.

C:\MLee> javac HelloWorldApp.java
'javac' is not recognized as an internal or external command,
operable program or batch file.

C:\MLee>C:\jdk1.8.0\bin\javac HelloWorldApp.java
The system cannot find the path specified.

C:\MLee>jdk1.8.0\bin\javac HelloWorldApp.java
The system cannot find the path specified.

C:\MLee>C:\ACER\jdk1.8.0\bin\javac HelloWorldApp.java
The system cannot find the path specified.

C:\MLee>C:\myjava\jdk1.8.0\bin\javac HelloWorldApp.java
The system cannot find the path specified.

C:\MLee>C:\Program Files (x86)\jdk1.8.0\bin\javac HelloWorldApp.javac
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

C:\MLee>C:\Files\jdk1.8.0\bin\javac HelloWorldApp
The system cannot find the path specified.

C:\MLee>C:\jdk1.8.0\bin\javac HelloWorldApp
The system cannot find the path specified.

C:\MLee>C:\jdeo


Please assist me...
Programming / Guys Pleaseeeee I Need To Understand This Java Thing! by whyohme: 6:00pm On Dec 22, 2014
I'm VERY NEW to programming, and I want to learn it. Going through some sites, I was advised to learn Java first. (I have like 20% HTML knowledge already). I've been doing and running the Java "hello World program" but I'm just finding something crazy about the program. Please I'd like your Nairaland programmers (gurus) to please walk me through the process of creating a Java Hello World. java program. Then maybe advice me on more things to learn with.
I've tried learning with http://docs.oracle.com/ java course, but their some things I think I still need "some sort of personal touch" to learn... and I'm REALLY WILLINGLY TO LEARN.
Tip -- I'd like to create an Android app... but from the SCRATCH.
Celebrities / Amber Rose & Blac Chyna Spotted Double Twerk*ing Their BIG A*SSES #reallybadone by whyohme: 8:30pm On Dec 18, 2014
Amber, who recently split from hubby Wiz Khalifa, is joined by gal pal Blac Chyna for their bouncy take on a workout video. This one is of the b*ooty kind.

Kanye West‘s ex even filmed in slow motion so we can watch all of the jig*gle action up close and personal.

Filmed at 3 a.m. in the morning, you have to wonder what possessed the backside blessed duo to get their t*werk on at such a later hour? Was the baby keeping Amber up?

Watch the videos here -- http://www.mayowalee.com/category/instagram/ and behold!!
Celebrities / Photos: How Serena Willams’ Incredible B*ooty Dominated Marathon by whyohme: 1:08am On Dec 18, 2014
Money raised from Sunday's event will go to the Serena Williams Foundation to help underprivileged children
Serena Willams took part in the 5-kilometre marathon race tagged ‘Ultimate Run South Beach’ for her foundation. Photo: Splash News

World Number 1 female Tennis star, Serena Williams displayed her curvaceous body once again as she took part in a marathon race tagged Ultimate Run South Beach recently.

The race was put together to raise funds for her charity organisation, Serena Williams Foundation and the World No.1 was joined by her sister, Venus Willams on the 5-kilometre race, which took place on Sunday, December 14, 2014 at Miami’s South Beach.

Continue reading + photos here … http://www.mayowalee.com/category/sexy-celebrity-photos/
Celebrities / Khloe Kardashian’s Big B*utt Bouncing On A Horse… Gets 151 Million Views by whyohme: 8:43pm On Dec 16, 2014
With Kim Kardashian relinquishing her a*ss crown to chase an impossible dream that’s never going to happen even if you dropped her from the Empire State Building, it’s now Khloe‘s turn to bask in the warm a*ss sunlight. So here she is riding a horse while the space age Rubbermer that make up her a*ss bounce up and down which has naturally captivated the Internet because we’ll literally stare at f*cking anything on here
Continue reading + see pics & FULL 10 seconds video --> http://www.mayowalee.com/category/khloe-kardashian/
Celebrities / Amber Rose, Wiz's Ex Bares B*tt In See-thr*ugh Dress by whyohme: 11:06pm On Dec 15, 2014
Amber Rose wore a long-sleeved maxi dress, but its sheer panels from the waist down had her b*tt and black th*ng exposed.

Amber Rose is definitely enjoying the freedom that comes with being single.

Since her split with an American rapper and singer-songwriter, Wiz Khalifa, Amber has been doing a lot of reckless assets flaunting at events and her social media.

On Friday she attended The Rolling Stones photography exhibition wearing a long-sleeved maxi dress, which featured sheer rings from the waistline down.
Continue reading + see pics >>> http://www.mayowalee.com/category/sexy-celebrity-photos/
Celebrities / Cynthia Morgan’s B*obs Malfunction Got Everyone Talking At The Headies 2014 by whyohme: 9:45pm On Dec 15, 2014
Fast rising female act, Cynthia Morgan got everyone talking last night when her bo*bs almost popped out while she was performing on stage at the Headies Awards, 2014.
Cynthia Morgan literally set the stage on fire with her energetic performance of ‘I’m taken”, however, her b*obs threatened to spill out of her one piece suit during her energetic performance…thank God they didn’t! See pics + more details --> http://www.mayowalee.com/category/celebrity-boobs/
Celebrities / Psy’s Gnagnam Style — Breaks Youtube With 9.22 Billion Views!!! by whyohme: 6:37pm On Dec 06, 2014
Popular Korean artist, Psy‘s Gnagnam Style have BROKEN YouTube… with a WHOPPING 9,223,372,036,854,775,808 views!! even YouTube was CONFUSED when the video HIT that much views!!
See proof and even what YouTube had to officially say about the video... It's really a SHOCKING STATEMENT. Read it here >> http://www.mayowalee.com/category/shocking-gossip/
Celebrities / Iggy Azalea Responds To Azealia Banks’ Attack — It’s Very Blo*dy!! by whyohme: 6:17pm On Dec 06, 2014
With the way and manner Azealia Banks started the Twitter beef.. this would DEFINITELY end… in a bloody brawl… a disruption of friendship… a BURN DOWN on Twitter… and the end of an era… Awww….

Earlier Rapper Azealia Banks BRUTALLY ATTACKED fellow rapper Iggy Azalea on Twitter — threatening to “fill a jar with p*ss and mayo and eggs and just dump that sh*t” on Iggy’s head and Iggy was just like... pls continue reading >> http://www.mayowalee.com/category/celebrity-feud/

(1) (of 1 pages)

(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. 37
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.