Skip to main content

All Questions

Tagged with
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
4 answers
1k views

Installing Jre 8 on Ubuntu

So I am trying to install Java Runtime 8 on Ubuntu Linux 14.04. I managed to get OpenJDK 7 using apt-get but I don’t see any JDK 8. I tried to download Oracle's Jre 8 .tar.gz file and I extracted it ...
DiamondMiner88's user avatar
0 votes
1 answer
865 views

Debian 8 openjdk-8-jre-headless installation fail

I have a VM I'm using to test out things with tomcat8. Since, my PC has java8 installed (and I personally don't want to fall back to java7), I tried installing JRE 1.8 on the "server" vm. Since I'm ...
N. Silvestrin's user avatar
0 votes
1 answer
4k views

Update Debian8 JRE 1.7 => 1.8

The OpenJDK website reports installation is a simple one line operation. Debian/Ubunutu is specifically referenced in the instructions. http://openjdk.java.net/install/ sudo apt-get install openjdk-...
StackAbstraction's user avatar
0 votes
1 answer
2k views

Installing Java on Debian

I need to get Java working for an online class, but I'm not having any luck. I've installed the package sun-java6-jre successfully, but Java still does not load in browser. The Oracle instructions ...
some1's user avatar
  • 484
1 vote
0 answers
1k views

MATLAB not loading- java NoClassDefFoundError

The installation itself was giving an error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: data starting at 0 is in unknown format but when I deselected Aeromodeling toolbox ...
WYSIWYG's user avatar
  • 201
2 votes
1 answer
2k views

Small linux distro that to run in a VM and which has JRE

I'm looking for smallest linux distro with a GUI that natively runs JRE. DSL doesn't have JRE and I don't really want to spend 15 hours trying to figure out how to install it. I'm looking for ...
AWF4vk's user avatar
  • 198
0 votes
1 answer
6k views

java: command not found after installation

I have installed Jre in my CentOS by following instruction here Installation But the problem is each directory or file contains the "*" (asterisk) at the end of file name or directory even though ...
Hunt's user avatar
  • 133
0 votes
2 answers
386 views

Problem Installing jre in Linux debian

I am trying to install JRE in Debian Linux.I tried this command and it got installed successfully, apt-get install sun-java6-jre after that the /usr/lib/jvm got deleted from me unintentionally.Now ...
Amandeep Singh's user avatar
3 votes
1 answer
8k views

How to downgrade JRE's version in Ubuntu?

Currently I am having JRE 1.6.0_20. How do I downgrade it to JRE 1.6.0_17? How can I downgrade? I'm using Ubuntu 10.04 LTS.
Jigar Joshi's user avatar
1 vote
4 answers
2k views

Is JRE installed in Windows and Linux?

Do Windows XP, Vista, Windows 7 and all Linux distributions have Java JRE installed so end-users don't have to install it to run Java applications?
8k_of_power's user avatar