Installing TOS/TIS on a recent version of linux (Ubuntu9.10, Open Suse 11.2, ...)

This tutorial will show you how to let TOS/TIS operate on Ubuntu9.10 32bit or 64 bit. If you are reading this page, you probably have encountered issues when Installing TOS/TIS on Ubuntu9.1.0, as described in this forum topic 8712. :-(
Let us show you a workaround to let it work smoothly:

!!!Note that if you are working with TOS/TIS4.0, you don't need to install xulrunner as it is now embedded in this version.

1. Install Talend Open Studio

2. Install xulrunner

On 32bit machines

                         cd /usr/local/lib
                         sudo tar jxf /the file direcotry/xulrunner-1.9.0.15.en-US.linux-i686.tar.bz2
  • Open TalendOpenStudio-linux-gtk-x86.ini and add the last line as below:
          
                  -vmargs
                  -Xms40m
                  -Xmx500m
                  -XX:MaxPermSize=256m
                  -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/xulrunner

On 64bit machines

          
                  -vmargs
                  -Xms40m
                  -Xmx500m
                  -XX:MaxPermSize=256m
                  -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/xulrunner

3.Create a script

  • In the installation directory, create a script to start up TOS, for example: start.sh
   #!/bin/sh
     export GDK_NATIVE_WINDOWS=1
     /TOS installation directory/TalendOpenStudio-linux-gtk-x86_64

4.Execute the script to launch TOS

  ./start.sh
 
 
doc/installation_on_ubuntu.txt · Last modified: 2010/04/01 00:46 by esabot
 
 
Recent changes RSS feed Driven by DokuWiki
Copyright © 2006 - 2010 Talend. All rights reserved. Talend Contributor Agreement