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
I downloaded eclipse IDE and extracted it, but when I run it I get this error:
Error: could not open 'C:\Program Files\Java\jre7\lib\amd64\jvm.cfg'
PS : I already have JDK and my windows is 64bit
Updating JDK to 1.7 didn't help (because I already have it) and other solutions that I couldn't understand (maybe because instead of amd64 in other posts it was "I'and 3 digits'").
This is not the problem of your Eclipse, but your JRE. Eclipse needs a JRE (Java Runtime Environment) to run. I suggest to remove your currently installed version, and download a new one from the Oracle.
Related
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 1 year ago.
Improve this question
I am trying to download a 1.8.0 version of java for dangerzone. (https://www.dangerzonegame.net/)
How would I download that java version?
(Video Install Guide: https://www.youtube.com/watch?v=OaxHWGq-wF4&ab_channel=RichardClark)
If you do not want to sign in to Oracle you can use the AdoptOpenJDK version available at https://adoptopenjdk.net/?variant=openjdk8&jvmVariant=hotspot
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
I am using the latest 2020 version of Eclipse. After installing JRE from https://www.java.com/en/download/windows-64bit.jsp, when I run Eclipse, I get this error:
Version 1.8.0_261 of the JVM is not suitable for this product. Version: 11 or greater is required.
After checking out java -version from command line, I've found out that my Java version is 1.8.0_261.
So, do I have to upgrade to Java 11? If yes, then how?
Download AdoptedOpenJDK 11 (which is free popular legal JDK to use) from here : https://adoptopenjdk.net/
Install it and set JAVA_HOME or JRE_HOME in the environment variable. That's all.
But you can use JDK from other free vendors as well.
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 7 years ago.
Improve this question
I used to be able to download a tar.gz version of the Java 8 JRE for Windows, now there is only the installer version. Does anybody know what happened to this or if there is another official Java "portable" download?
Edit: Same goes for Mac OS X, is there a tar.gz version of the Mac version of Java as well?
Ah, I found it. The JDK doesn't have a tar.gz, but the JRE does.
http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
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 7 years ago.
Improve this question
I reinstalled the jdk after the installation of the new operating system, and set the environment variable of the system accordingly. I also restarted the computer after the reinstallation and the setup of new environment variable. Still, i am not able to run any java programs on my computer.
https://onedrive.live.com/redir?resid=B2D6F26E24ACBDB2!2168&authkey=!AJaB6lD3MDO37hA&v=3&ithint=photo%2cpng
https://onedrive.live.com/redir?resid=B2D6F26E24ACBDB2!2167&authkey=!ADKlC8-dOFuH77Y&v=3&ithint=photo%2cpng
if you install jdk and java SE correctly
2.then download netbeans from netbeans.org/downloads/. Make sure that you are downloading netbeans 8.0.1. it will automatically fix errors and install necessary file.
after installation go on Cmd and type Javac
follow will be the screen of cmd after running this specific command
enjoy java :)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
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.
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.
Improve this question
I am using Ubuntu 12.04 and new for this environment. I have generated my project as war file and put under webapps folder of tomcat 7. But, How to run Apache Tomcat in-order to get result??
I think this is the solution. Under the tomcat/bin folder there will be one file named startup.sh. double click it, then it will ask for prompt, give run. for stop the server use shutdown.sh. I hope this will help you.