Steps I have followed
1. Created directory /home/<user>/Talend
2. Extracted TOS_DI-20141207_1530-V5.6.1 to : TOS_DI-20141207_1530-V5.6.1 in Talend dir
3. Extracted xulrunner-1.9.2.28pre.en-US.linux-x86_64.tar.bz2 to xulrunner in Talend dir
4. Installed eclipse 4.4.1 in /opt/eclipse & added below two lines to eclipse.ini
-Dorg.eclipse.swt.browser.DefaultType=mozilla
org.eclipse.swt.browser.DefaultType=mozilla
5. Installed Java /usr/lib/jvm/jdk1.7.0_75
java version "1.7.0_75"
OpenJDK Runtime Environment (rhel-2.5.4.2.el7_0-x86_64 u75-b13)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)
export JAVA_HOME=/use/lib/jvm/jdk1.7.0_75/
export PATH=$JAVA_HOME:$PATH
6. added -Dorg.eclipse.swt.browser.XULRunnerPath=/home/<user>/Talend/xulrunner/
to TOS_DI-linux-gtk-x86_64.ini
chmod +x TOS_DI-linux-gtk-x86
./TOS_DI-linux-gtk-x86_64
I'm getting JRE RunTime errors
A fatal error has been detected by the Java Runtime Environment:
# SIGSEGV (0xb) at pc=0x00007f0e082f8877, pid=39406, tid=139698948179712
# JRE version: OpenJDK Runtime Environment (7.0_75-b13) (build 1.7.0_75-mockbuild_2015_01_16_09_12-b00)
# Java VM: OpenJDK 64-Bit Server VM (24.75-b04 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 2.5.4
# Distribution: Built on Red Hat Enterprise Linux Server release 7.0 (Maipo) (Fri Jan 16 09:12:28 EST 2015)
# Problematic frame:
# C gdk_window_enable_synchronized_configure+0x7
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
Please advise.