Skip to main content

Questions tagged [jre]

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

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 ...
Tobia's user avatar
  • 2,301
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 ...
Bang Tran's user avatar
0 votes
0 answers
433 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 ....
Jhon's user avatar
  • 1
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 ...
zomega's user avatar
  • 1,250
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" ...
Patrick Pruneau's user avatar
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"...
Mark's user avatar
  • 199
0 votes
1 answer
2k views

Raritan Dominion DKX2-464 shows "No video from target server" on remote access

I have bought a used KVM Raritan Dominion KX2-464 device (with firmware 2.7.0.5.2183). Is is out of the support duration. I can connect PCs over CIM devices and can see the screen image, when I ...
Sebastian's user avatar
  • 101
0 votes
1 answer
941 views

How to overcome "jni error has occurred" after Minecraft and Java update in Windows 10?

I updated from Minecraft 1.16.2 to the latest version of Minecraft at this time which is 1.18.1, opened the Minecraft Launcher client, selected "Latest release 1.18.1" from the drop down, ...
Nathan's user avatar
  • 11
1 vote
1 answer
670 views

How to install Open JRE in RHEL 8.3 without registration

When I try to install packages to RHEL 8.3, I see : Updating Subscription Management repositories. Unable to read consumer identity. This system is not registered to Red Hat Subscription Management. ...
Meysam Javadi's user avatar
0 votes
2 answers
748 views

Problems launching java programs in Windows Command Line after Java Update 281

After updating Java 8 (update 281) yesterday (2021-02-15) I could no longer use the Single-File Launch in the Windows Command Line. Prior to this I had no problems using this feature but now I get the ...
Guest2578's user avatar
0 votes
1 answer
161 views

Java (jre) doesn't work anymore, even eclipse won't startup

I have tried to change my java version.I wanted version 14.0.1. There is a version 1.8.0.145, it's still there in a dir in program files. But now, when type java -version in cmd, it's looking for '...
rolandl's user avatar
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 ...
bbaassssiiee's user avatar
  • 1,485
0 votes
0 answers
177 views

What JREs are available for end-users after Java SE 8 on Windows?

Historically it's always been possible to obtain the JRE from Sun and then Oracle. But ever since Java SE 9, Oracle has only provided updates for version 8. When I build a program on a later JDK in ...
Zhro's user avatar
  • 897
0 votes
1 answer
179 views

JVM Failed to start while installing java

I installed java, and then realized that it was the wrong version, so I tried reinstall Java, but mid installation it said "JVM Failed to start". I tried to install JDK 1.8.0_221. Any help would be ...
big papa's user avatar
1 vote
1 answer
6k views

Java Runtime Environment (JRE) not found (linux ubuntu)

I just install java following the easy to follow guide: https://www.java.com/en/download/help/linux_x64_install.xml. So by step I: 1) Downloaded jre-8u221-linux-x64(1).tar.gz from my browser (...
Martetine Wilfred's user avatar
0 votes
0 answers
3k views

Java (JRE 1.7.45) not working Internet Explorer 11 and webtop 6.7 applets

I can't get Java to work on IE 11 for an intranet site (Documentum Webtop 6.7), so far I've: Enable Java in browser in Java Control Panel. Set security to medium in Java Control Panel. On user tab ...
Allende's user avatar
  • 263
0 votes
0 answers
265 views

Bundeling jre with java Swing app on Launch4j

I am on Ubuntu 16.04 and I'm trying to bundle the jre path with my java app in launch4j so that the app can run anywhere without the need of java. But as I run the .exe file of the app on another ...
Vipul Tyagi's user avatar
1 vote
0 answers
3k views

64 bit java is installed in C:\Program Files (x86)\Common Files\Oracle\Java

I am trying to install JRE 8 64 bit on windows server 2012 r2 but it is getting installed in C:\Program Files (x86)\Common Files\Oracle\Java. How do I checked: click on windows=>java=>right click=> ...
rkumar1609's user avatar
0 votes
1 answer
1k views

SQL Developer Can't locate Java on Mac OS

I have downloaded Oracle SQL Developer and when I attempt to run it i get the following message: These are the java settings on my computer: java -version: java version "12.0.1" 2019-04-16 "/Library/...
xupv5's user avatar
  • 121
0 votes
1 answer
1k views

JavaFX Application (JDK and JRE 8) Issue Greenfoot Ubuntu 18.04

I recently installed JRE 8 and JDK 8 to use Greenfoot in Ubuntu 18.04. I know the majority of my Java install works (I can write code in atom and run it with scripts). However, when I try to launch ...
Tomahok's user avatar
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 ...
Islion's user avatar
  • 11
0 votes
0 answers
4k views

Tomcat started / stopped with error, return code 1

" Make sure you have java JDK or JRE installed and the required ports are free Check the ""/xampp/tomcat/logs"folder for more information " Tell me in detail plz.
govind pathak's user avatar
0 votes
0 answers
347 views

DocFetcher can't run because it is missing java even though openJDK is installed

Problem: I'm trying to run DocFetcher. But I do have it installed: What do?
Grumpy ol' Bear's user avatar
1 vote
1 answer
474 views

Installing JRE from .tar.gz

I am following the following instructions https://docs.oracle.com/javase/8/docs/technotes/guides/install/linux_jre.html#CFHIEGAA to install JRE 9. I downloaded the .tar.gz file moved it to the /usr/ ...
magladde's user avatar
  • 141
2 votes
1 answer
2k views

Trying to download eclipse on new computer. Error JRE missing, can't open file

Java is in C:\Program Files (x86)\Java\jre1.8.0_201 When I try to run the eclipse download (https://www.eclipse.org/downloads/) the browser in the picture pops up. The fixes I have come across deal ...
Kim's user avatar
  • 21
2 votes
0 answers
1k views

How to create an .exe installer for a Java application?

I am in doubt of which tools select for the job. I have a Java application composed of a few JAR files (a main .JAR plus libraries) and miscellaneous other files and I'd like to bundle it into a ...
Piovezan's user avatar
  • 162
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 ...
Hrvoje T's user avatar
  • 1,949
2 votes
1 answer
1k views

Eclipse incompatible java versions - is it safe to install multiple JRE versions?

I installed WindowBuilder in Eclipse Oxygen.3a Release (4.7.3a) Build id: 20180405-1200 OS: Linux, v.4.15.0-20-generic, x86_64 / gtk 3.22.30 and getting an error: Eclipse is running under 0, but ...
Hrvoje T's user avatar
  • 1,949
0 votes
2 answers
521 views

Can I Use Java in the Terminal Without Installing It?

I want to know if there is a way to use commands that require Java (since I'm an Android developer), like the ./gradlew command, without installing the JRE on macOS. Is it possible to do this
flash76's user avatar
  • 101
0 votes
0 answers
2k views

Cannot uninstall java on Mac

I want to downgrade from java 9 to java 8 on my mac (MacOSX High Sierra (Version 10.13.2)) I find the same instructions regarding how to do this everywere everywhere (including on the java site): ...
Alexis Eggermont's user avatar

15 30 50 per page
1
2 3 4 5