I installed Eclipse Juno 64 bit application on OpenSuse 12.3 and having issues. I have installed this on 12.2 successfully and followed the same process on 12.3 and getting the following error. My java version is:
kkurukkal@itg16:~> java -version
java version “1.7.0_17”
Java™ SE Runtime Environment (build 1.7.0_17-b02)
Java HotSpot™ 64-Bit Server VM (build 23.7-b01, mixed mode)
When I tried to launch the eclipse, I am getting the following error.
I compared my installation on OS 12.2 vs OS12.3 and noticed that /usr/lib/jvm is missing on OpenSuse 12.3. But on 12.2, this was created by default. I am not sure if this is a bug. I would really appreciate if someone can guide me on how to fix this issue.
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
I followed the instructions as above and I was still getting the same issue. Finally, I saw a posting on one of the websites with a workaround to run Eclipse with the environment variable MALLOC_CHECK_ set to 0. For now, I am able to run the eclipse. But, I would like to see a permanent solution from OpenSuse to address this issue.
Mine is a openSUSE 12.3 frsh install
I did not even install openJDk-devel (no jdk is installed). i have only the openJDK JRE installed
I had downloaded “eclipse-jee-juno-SR1-linux-gtk-x86_64.tar.gz”(this is core java + server components versions) from eclipse.org through torrent
After extracting it using file roller in nautilus i just needed to double click on executable /home/<profilename>/Software/Java/eclipse
I could open eclipse and even run a sample program.
Thanks again. I had to install the Oracle JDK due to my project requirements. I didn’t try with the OpenJDK. It may have worked right out of the box. Anyway, for now, I am good and will continue to look for some perfect solutions and post it on this forum for others.
Thanks again. I had to install the Oracle JDK due to my project requirements. I didn’t try with the OpenJDK. It may have worked right out of the box. Anyway, for now, I am good and will continue to look for some perfect solutions and post it on this forum for others.
On 2013-03-21 03:26, vazhavandan wrote:
>
> my java home on 64 bit system is here. Are we running 64 bit juno ?
>
> Code:
> --------------------
> :~> echo $JAVA_HOME
> /usr/lib64/jvm/jre
> --------------------
Who/what has to set JAVA_HOME? Mine is empty.
–
Cheers / Saludos,
Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)