Child pages
  • Servoy Developer System Requirements

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Linux
    Info

    Note: Running Servoy Developer on Ubuntu 13.04

    Running the version of Eclipse on which Servoy Developer 7 is currently based on Ubuntu 13.04 requires some additional pre and post installation steps.
    Pre installation

    1. When installing the bundled PostgreSQL, increase the kernel max shared memory, ex: sudo sysctl -w kernel.shmmax=536870912
    2. When installing the bundled PostgreSQL on a 64bit environment, install the ia32-libs package, as the bundled PostgreSQL is the 32bit version and it needs some shared libs on 32 bit.
      Additionally the libpam librarie need to be downloaded from http://packages.ubuntu.com/precise/i386/libpam0g/download and the content of the lib folder contained in the download needs to be copied as root to the /lib folder
    3. For the browser in Eclipse the libwebkitgtk-1.0-0 will be used. As the official libs for this Linux distribution are broken in combination with Eclipse, they will need to be download and installed from an earlier version. The files can be downloaded from the following locations:
      1. http://packages.ubuntu.com/precise/libjavascriptcoregtk-1.0-0 (First remove already installed version if applicable)
      2. http://packages.ubuntu.com/precise/libwebkitgtk-1.0-common
      3. http://packages.ubuntu.com/precise/libwebkitgtk-1.0-0

    Post installation

    1. Update servoy.ini to include:
      Replace:
      Code Block
      \-Dorg.eclipse.swt.browser.DefaultType=mozilla
      with:
    2. Code Block
      -Dorg.eclipse.swt.browser.DefaultType=webkit

...