Java Console (Ubuntu): Difference between revisions
Jump to navigation
Jump to search
(updated for 2.2) |
|||
Line 6: | Line 6: | ||
Since 10.04, Ubuntu is shipped with openjdk java version and not sun version. | Since 10.04, Ubuntu is shipped with openjdk java version and not sun version. | ||
You need Sun Java 6 version to get the console correctly working. | You need Sun Java 6 or 7 version to get the console correctly working. | ||
=Resolution= | =Resolution= | ||
Line 18: | Line 18: | ||
[[Category: Proxmox VE 2.0]] | [[Category: Proxmox VE 2.0]] | ||
[[Category: HOWTO]] |
Revision as of 16:02, 23 October 2012
Note: Article about Proxmox VE 2.0 |
Introduction
Java console can crash in firefox on Ubuntu.
Since 10.04, Ubuntu is shipped with openjdk java version and not sun version.
You need Sun Java 6 or 7 version to get the console correctly working.
Resolution
shell script to update-sun-jre
- check http://www.duinsoft.nl/packages.php?t=en , there is a shell script and a repository which make the installation of the Oracle (Sun) Java Runtime Environment very easy. I used it on Ubuntu, but it look like it'll work on any Debian based system.
On that link there is information about the java changes that occurred in August 2011.