Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,178,904 members, 7,906,391 topics. Date: Wednesday, 31 July 2024 at 10:14 AM

Can't Find Java Console. - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Can't Find Java Console. (1523 Views)

Can't Find A .dbf File / Where To Find Java Libraries(jar) Artifact / Please Help, Browsers Can't Find My External Css (2) (3) (4)

(1) (Reply) (Go Down)

Can't Find Java Console. by ManTiger(m): 2:05am On Oct 12, 2016
I've been having extra 4 hrs for myself for the past few weeks.
So i think instead of wasting it away I should try something different so I bought this textbook.
I find it very interesting and I just downloaded the latest Java SE8.

I have installed it on my HP 250, I configured it to ''show the console'' which will enable me to have access to the interface but the console is not showing.

I'm a complete novice and i need your inputs.


Thanks in advance.

Re: Can't Find Java Console. by FrankLampard: 7:53am On Oct 12, 2016
Follow the instructions in the book to set your system environment variables.

Then go to your console ie Windows command prompt then type "javac" if you see some series of text without a warning message it means you are doing the correct stuff.

you can type "java --version" to see your Java SE version.
Re: Can't Find Java Console. by ugwum007(m): 8:03am On Oct 12, 2016
U can install and use an Ide to save yourself the stress of javac, java --version, cd commands etc but is good to learn through the rugged way.
Re: Can't Find Java Console. by ManTiger(m): 1:31pm On Oct 12, 2016
Thanks bros, i'll figure it out after work. I was very frustrated yesternight.

Programming is very interesting.
Re: Can't Find Java Console. by ManTiger(m): 1:35pm On Oct 12, 2016
FrankLampard:
Follow the instructions in the book to set your system environment variables.

Then go to your console ie Windows command prompt then type "javac" if you see some series of text without a warning message it means you are doing the correct stuff.

you can type "java --version" to see your Java SE version.
It's the latest Java, 8th edition or so. While the textbook ddoesnt tell how to find the console.
Re: Can't Find Java Console. by ManTiger(m): 1:40pm On Oct 12, 2016
ugwum007:
U can install and use an Ide to save yourself the stress of javac, java --version, cd commands etc but is good to learn through the rugged way.

Should I just google search Java IDE and install?


Thanks for your response.
Re: Can't Find Java Console. by hackafro: 2:22pm On Oct 12, 2016
ManTiger:


Should I just google search Java IDE and install?


Thanks for your response.

Google Eclipse IDE for Java. Its very good.
Re: Can't Find Java Console. by ManTiger(m): 2:59pm On Oct 12, 2016
hackafro:


Google Eclipse IDE for Java. Its very good.
thanks bro
Re: Can't Find Java Console. by Karleb(m): 3:19pm On Oct 12, 2016
ManTiger:
thanks bro

You can also get Netbean IDE.
Re: Can't Find Java Console. by ManTiger(m): 3:25pm On Oct 12, 2016
Karleb:


You can also get Netbean IDE.
Thanks bro, I will download it but I really don't know how I will use it.
Re: Can't Find Java Console. by hackafro: 3:30pm On Oct 12, 2016
ManTiger:

Thanks bro, I will download it but I really don't know how I will use it.

Check for tutorials online, give yourself options

1 Like

Re: Can't Find Java Console. by Karleb(m): 3:33pm On Oct 12, 2016
ManTiger:

Thanks bro, I will download it but I really don't know how I will use it.

you'll figure it out. You can always visit youtube for more info.

1 Like

Re: Can't Find Java Console. by ManTiger(m): 4:41pm On Oct 12, 2016
Karleb:


you'll figure it out. You can always visit youtube for more info.
Currently downloading the Netbean IDE, 220mb. I pray it works perfecctly.
If i still have problem with it, I may just let the interest quench and think about something else.
I search market for hours to buy the software but no where to get it.
Re: Can't Find Java Console. by Karleb(m): 4:57pm On Oct 12, 2016
ManTiger:

Currently downloading the Netbean IDE, 220mb. I pray it works perfecctly.
If i still have problem with it, I may just let the interest quench and think about something else.
I search market for hours to buy the software but no where to get it.

Don't be a quitter bro.

Do you have any version of Java Development Kit (JDk) on your pc?

hint: Java is a very interesting language.
Re: Can't Find Java Console. by ManTiger(m): 5:12pm On Oct 12, 2016
Karleb:


Don't be a quitter bro.

Do you have any version of Java Development Kit (JDk) on your pc?

hint: Java is a very interesting language.
I think i have JDK. my first download was jdk-8u-windows-x64
Re: Can't Find Java Console. by Karleb(m): 5:31pm On Oct 12, 2016
ManTiger:

I think i have JDK. my first download was jdk-8u-windows-x64

Good. After the netbeans download, install the two apps i.e netbeans and jdk 8. Now you wouldn't have anything to do with the jdk unless you are a java expert. Open Netbeans(would take a while to open)...
- click file
- click new project
- select java from the pop up window and click next
- give your project a name
- you can set the project location and folder, if you have no idea about this, leave it
- Give your main class a nameand press finish.
- input your first java code
The last time i checked, it should be something like thtis undecided:

class whatever{
public static void main(String[] args){
System.out.println("My first java code " );

}
}

- press shift f6 or go to run and click run file.
Re: Can't Find Java Console. by ManTiger(m): 8:14pm On Oct 12, 2016
Dedicating my first ever strings on programming to Mr. Karleb, hackfro, ugwum007, FrankLampArd....

I've achieved today and very excited!

1 Like

Re: Can't Find Java Console. by ugwum007(m): 12:25am On Oct 13, 2016
Good, I was about to suggest Netbeans. The IDE is the best in my own opinion. It takes programming and development to another level.

Remember don't depend solely on a textbook, widening your opinions. Give your brain the benefit of doubt to reason out some areas.

Some java textbooks are outdated and full of deprecated methods and syntax so don't always assume that you are the person on the wrong side.

When you get to gui, don't even look into swing cos oracle have replaced it with javafx.

God speed.....
Re: Can't Find Java Console. by ManTiger(m): 8:53am On Oct 13, 2016
ugwum007:
Good, I was about to suggest Netbeans. The IDE is the best in my own opinion. It takes programming and development to another level.

Remember don't depend solely on a textbook, widening your opinions. Give your brain the benefit of doubt to reason out some areas.

Some java textbooks are outdated and full of deprecated methods and syntax so don't always assume that you are the person on the wrong side.

When you get to gui, don't even look into swing cos oracle have replaced it with javafx.

God speed.....
Thanks bro. Perhaps this is one of the best thing to ever happen to me in recent time. Programming is sweet!
Re: Can't Find Java Console. by Karleb(m): 11:42am On Oct 13, 2016
ManTiger:

Thanks bro. Perhaps this is one of the best thing to ever happen to me in recent time. Programming is sweet!

The poster above you is right.

I believe e-books are better because you can get the latest edition of any book either paid or not free online if you press the correct button.

I strongly recommend you download 'Java The Complete reference' online, I've forgotten the name of the author. It's a very good book.
Re: Can't Find Java Console. by ManTiger(m): 6:37pm On Oct 13, 2016
Karleb:


The poster above you is right.

I believe e-books are better because you can get the latest edition of any book either paid or not free online if you press the correct button.

I strongly recommend you download 'Java The Complete reference' online, I've forgotten the name of the author. It's a very good book.
I will.

Thanks. I need anyone around ogun state that can give me mentorship.

I won't mind dropping something.
Re: Can't Find Java Console. by hackafro: 7:50pm On Oct 13, 2016
ManTiger:

I will.

Thanks. I need anyone around ogun state that can give me mentorship.

I won't mind dropping something.

Bro, the materials are there. Just put in time and work, If you get stranded you can always drop questions here or at [url]stackoverflow.com[/url] or
[url]reddit.com[/url]. That's all

1 Like

Re: Can't Find Java Console. by asalimpo(m): 4:29pm On Oct 15, 2016
learn how to program without an ide-first. When you're comfortable with programming and stuff then switch to ide.
Learn the hardway then life will be easier. Know what's really going on under the hood.
Re: Can't Find Java Console. by orobogenius: 6:45pm On Oct 15, 2016
For those of us that would like the company of other Java Programmers sharing ideas and moving each other forward, here is a link to the Java Whatsapp Group.



https:///67YS6IJnPwBLontRn1XlxV

(1) (Reply)

Blockchain Technology / Urgently In Need Of Somebody / Learn Figma – UI/UX Design Essential Training Course

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