I installed the oracle JDK but the java commands give me a error messages I don't understand:
Code: Select all
crimson:~ $ javac --version
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb765e953, pid=19871, tid=3065113408
#
# JRE version: (7.0_51-b13) (build )
# Java VM: Java HotSpot(TM) Client VM (24.51-b03 mixed mode, sharing linux-x86 )
# Problematic frame:
# C [libc.so.6+0x130953] __nss_passwd_lookup+0x403
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/maex/hs_err_pid19871.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
Aborted
Code: Select all
crimson:~ $ java --version
Unrecognized option: --version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Currently I have three RE's installed:
Code: Select all
crimson:~ # java-config --list-available-vms
The following VMs are available for generation-2:
1) IcedTea JDK 7.2.4.3 [icedtea-bin-7]
*) Oracle JDK 1.7.0.51 [oracle-jdk-bin-1.7]
3) Oracle JRE 1.7.0.51 [oracle-jre-bin-1.7]
Commander_Keen
