Linux Mint Türkiye
Yazılım => Yazılım Genel => Konuyu başlatan: sakata gintoki - 02 Temmuz 2014, 21:49:33
-
zekr programını kurdum ancak açılışta hata alıyorum
> zekr
java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
(SWT:9101): Gtk-CRITICAL **: IA__gtk_widget_get_tooltip_text: assertion 'GTK_IS_WIDGET (widget)' failed
(SWT:9101): Gtk-CRITICAL **: IA__gtk_widget_get_tooltip_text: assertion 'GTK_IS_WIDGET (widget)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fef59b2aea3, pid=9101, tid=140666559411968
#
# JRE version: OpenJDK Runtime Environment (7.0_55-b14) (build 1.7.0_55-b14)
# Java VM: OpenJDK 64-Bit Server VM (24.51-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libgtk-x11-2.0.so.0+0x248ea3] gtk_widget_get_tooltip_text+0x23
#
# 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:
# /tmp/hs_err_pid9101.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Bir çözüm önerisi olan var mı ?
-
Java ile ilgili bir sorun var sanırım, aşağıdaki komutlar ile Oracle Java 8'i kurmayı deneyebilirsiniz.
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
echo "check_certificate = off" | sudo tee -a /etc/wgetrc
sudo apt-get install oracle-java8-installer
sudo update-java-alternatives -s java-8-oracle