Jump to content

Java installation

Go to solution Solved by maremp,
16 minutes ago, CmzPlusHardware said:

What program do you need Java for? There are multiple versions (JRE, JDK, ETC). Also can you do


-java version

in command prompt?

 

That should be `java -version`. Plus you have to put JRE in PATH before this would work. There's no need for JDK, unless you want to compile java source files using `javac` command.

 

12 minutes ago, Hamface55 said:

I need it for really anything in chrome. Also i did the java thing in the command prompt and it said nothing was detected.

 

Chrome doesn't support Java anymore, nor do most of other popular browsers: https://java.com/en/download/faq/chrome.xml

6 hours ago, Hamface55 said:

hey guys,

 

I have tried multiple times to download and install java but every single time it says it works but then when i try to use it it will not work.

 

Thanks,

Dylan French

What program do you need Java for? There are multiple versions (JRE, JDK, ETC). Also can you do

-java version

in command prompt?

Tech enthusiast and CS Student

 

 

 

 

 

Link to comment
https://linustechtips.com/topic/726206-java-installation/#findComment-9237503
Share on other sites

Link to post
Share on other sites

4 minutes ago, CmzPlusHardware said:

What program do you need Java for? There are multiple versions (JRE, SDK, ETC). Also can you do


-java version

in command prompt?

I need it for really anything in chrome. Also i did the java thing in the command prompt and it said nothing was detected.

Link to comment
https://linustechtips.com/topic/726206-java-installation/#findComment-9237522
Share on other sites

Link to post
Share on other sites

16 minutes ago, CmzPlusHardware said:

What program do you need Java for? There are multiple versions (JRE, JDK, ETC). Also can you do


-java version

in command prompt?

 

That should be `java -version`. Plus you have to put JRE in PATH before this would work. There's no need for JDK, unless you want to compile java source files using `javac` command.

 

12 minutes ago, Hamface55 said:

I need it for really anything in chrome. Also i did the java thing in the command prompt and it said nothing was detected.

 

Chrome doesn't support Java anymore, nor do most of other popular browsers: https://java.com/en/download/faq/chrome.xml

Link to comment
https://linustechtips.com/topic/726206-java-installation/#findComment-9237566
Share on other sites

Link to post
Share on other sites

3 minutes ago, maremp said:

 

That should be `java -version`. Plus you have to put JRE in PATH before this would work. There's no need for JDK, unless you want to compile java source files using `javac` command.

 

 

Chrome doesn't support Java anymore, nor do most of other popular browsers: https://java.com/en/download/faq/chrome.xml

oh thanks!

Link to comment
https://linustechtips.com/topic/726206-java-installation/#findComment-9237573
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×