Skip to main content

Questions tagged [jre]

The Java Runtime Environment, comprising of the Java Virtual Machine and standard Java APIs.

0 votes
4 answers
4k views

installing SubVersion on Linux

I want to install Subversion Edge on Linux. I've downloaded CollabNetSubversionEdge-1.3.3_linux-x86.tar.gz from here and I'm following the instruction from here When I execute bin/csvn start on the ...
0 votes
2 answers
5k views

Unable to install Java Runtime Environment (ver 7 update 65)

Background: I am trying to setup PyDev on Eclipse Luna. I have managed to download and installed Eclipse Luna. But on start up, it said I need to download and install latest Java Runtime Environment. ...
2 votes
3 answers
10k views

What is the latest Java JRE1.8 that you can install out-of-box on WinXP?

In the past Java JRE 1.8 could not be installed on WinXp. The error message was: the procedure entry point RegDeleteKeyExA could not be located in the dynamic link library ADVAPI32.dll I read ...
1 vote
0 answers
2k views

Doesn't exists Java JRE 17?

I need the java JRE v17 but I cannot find it. Looking into https://www.java.com I can find only Java JRE v8 only. Looking in https://www.oracle.com/it/java I can find JDK 17 but not its JRE. What I'm ...
0 votes
1 answer
3k views

Cannot delete jar from lib/ext folder

I've added a jar in the extension folder of my JRE (lib/ext) in order to provide an extension code to my applications. Now I want to delete this jar, but I cannot. The error message says: Cannot ...
1 vote
2 answers
5k views

What's the fitting Java Runtime for files compiled by JDK 12.0.1?

I have just updated my JDK to version 12.0.1. Compiling works like a charm, but I cannot run the files anymore. However, I couldn't find a fitting JRE (like JRE 12 or so). As it seems, there is no ...
0 votes
1 answer
312 views

Are Java libraries shared in memory between processes?

On Linux when two processes (programs) use the same native .so library it is loaded only once. The memory that contains the machine code is shared between processes as read-only so it doesn't have to ...
0 votes
0 answers
81 views

Subversion Edge (CSVNConsole) Not Accessible After Upgrading JAVA JRE to Version 8U371

I upgraded JAVA JRE to v8u371 from v8u121 and confirmed both Subversion Edge and Subversion Server services are running. SVN commit completed successfully. However, the CSVNConsole (https: on port ...
0 votes
0 answers
432 views

Double click on jar file dosen't work (turn .jar to .exe)

I am trying to turn my java program into an .exe. With the help of IntelliJ IDEA I created a .jar file and I'm able to run it from my os cmd with java -jar and it works great. When I double click the ....
1 vote
2 answers
14k views

Upgrade to java 1.7 in eclipse on mac

I'm sort of a beginner with eclipse but I want to update the libraries or build path or whatever to java 1.7 from java 1.6 and I can't figure it out. I'm a computer science student at the university ...
2 votes
2 answers
9k views

What is java virtual machine and what does it have to do with Java?

I was trying to install eclipse on my Macbook Air. When I run the installer I get this message There seems no official page dedicated to JVM like other Apps. When I search "install jvm" I ...
0 votes
1 answer
200 views

How do I uninstall Java7 from macOs

After April 2015, Oracle will no longer post updates of Java SE 7 to its public download sites. I am inclined to remove Java 1.7 and the JDK permanently from my Mac, if only I knew how to accomplish ...
7 votes
2 answers
115k views

finding location java_home in Windows 10

I need help finding the location of my java_home/bin, or if it even exists. If it doesn't, what more do I need to install? I am following some installation directions, and one of the steps says: ...
1 vote
1 answer
1k views

JRE Keystore - Can't import certificate in user keystore (wrong password)

I have an issue while importing certificate in users keystore for Java. (in appdata\LocalLow\Sun\Java\Deployment\Security). I already have made scripts to add certificates to the "machine" ...
1 vote
1 answer
3k views

Run java application with OpenJDK

I am trying to run this application on my machine (Windows 11). I installed the latest version of OpenJDK from here. In my command line I can write > java -version openjdk version "17.0.2"...

15 30 50 per page
1
2 3 4 5
9