Hi!
I'm trying to install JDK 6, I upload the bin file of java, it's in /usr/lib/java/, execute de installation, when the file is been uncompressed and it's near to finish, it returns some errors:
*** glibc detected *** free(): invalid pointer: 0xb7e6e280 ***
./j.bin: line 463: 6084 Aborted "$javahome/bin/java" -client -Xshare:dump >/dev/null 2>&1
Error occurred during initialization of VM
Could not reserve enough space for object heap
*** glibc detected *** free(): invalid pointer: 0xb7e6e280 ***
./j.bin: line 463: 6086 Aborted "$javahome/bin/java" com.sun.servicetag.Installer -source "${BINARY_NAME}"
But, then although there are two errors, I configure the alternatives. After, I use the command "java -version" to see that java is working right, but appear this error:
Error occurred during initialization of VM
Could not reserve enough space for object heap
*** glibc detected *** free(): invalid pointer: 0xb7e6e280 ***
Aborted
Probably, if the installation errors are solved, JDK will run correctly, but I don't understand what is causing this errors.
Somebody know something about this errors? :-?
Thanks!!
JDK6 on CentOS 4.5
Re: JDK6 on CentOS 4.5
I'm getting exactly the same errors. Did you discover how to get around this?
Paul Bolger
Paul Bolger