Failed to install jdk on windows 8 64 bit os [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am using 64 bit windows 8, i have downloaded jdk-7u51..x64.exe from official site of oracle. but as soon as i run the set up it says
"The app can't run on your pc,check with the software publisher"
whats is the problem why 64 bit jdk is not able to install on 64 bit windows 8.

Latest java gives some issues in Eclipse Use this link to download in java

Related

NetBeans 12.0, Java 8, autocomplete/code assistance completely stopped working [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Autocomplete isn't working in my NetBeans IDE. It's a fresh installation, didn't change any settings. Reinstalled a couple of times. Not sure what I did to break it.
Java version is assigned in the settings and it does compile and run Java programs.
I have the following installed:
NetBeans IDE 12.0
Java 8 Update 271
Java 8 Update 271 (64-bit) Java
SE Development Kit 8 Update 191 (64-bit)
Does anyone have an idea what it could be?

Netbeans does not open on MacOS Big Sur. It's not able to find a java path or jdk not found [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
After I upgraded Mac OS Big sur, Netbeans can not open on my Mac. I click Netbeans and nothing happened. I try to fix this problem, but I failed. Now can someone help me to resolve it?
It's have issue with java path. i setup path for the java_home but it's still not working.
I uninstall and install JAVA and netbeans both but it's still not working.

Installing Java 8 on Ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am trying to install Java 8 on Ubuntu. Due to restrictions on download at my work place, I cannot install using apt-get. Hence, I downloaded the archive from Oracle's website. However, when I extracted it, there was only a file inside it. How to install using that file?
You'll no doubt have downloaded the tar file. To extract it:
tar -zxvf <file.tar.gz>
Where file.tar.gz is the file name.

How to enable java 7 on Mac [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Hello everyone I'm looking for method to change my default java for macbook air. I'm new user in mac and I dont know how and where to do it. I've installed Java 7 from Oracle website but when I want to run eclipse it shows alert that I need java 7 version.
Make sure that you've set your JAVA_HOME environment variable: http://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/index.html
This means put the following in your ~/.environment file:
export JAVA_HOME=jdk-install-dir
export PATH=$JAVA_HOME/bin:$PATH`

Un-install JRE on Windows Server 2008 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Not a Java person, so forgive this simple question, but on our Windows Server 2008 Enterprise server we have the following Java installations:
My understanding is that this is the JRE - shown as Java (TM) 6 Update 37 (64-bit) above I believe - and the JDK.
If I un-install the JRE will that leave the JDK intact and have no adverse effect?
Yes, you can surely uninstall and start working with JDK without any issues. Just don't forget to update JAVA_HOME and path variables accordingly.
Please refer to this page for steps of how to setup JAVA_HOME and path

Categories

Resources