]
Misha Ali updated TOOLSDOC-719:
-------------------------------
Component/s: Installation Guide
(was: Getting Started Guide)
(was: General documentation issues)
Sprint: 28-Mar >> 10-Apr 2016-JBDS/JBT
Estimated Difficulty: Low
JBDS 9.1 GA: Document known issue with some linux versions and GTK3:
export SWT_GTK3=0
--------------------------------------------------------------------------------------
Key: TOOLSDOC-719
URL:
https://issues.jboss.org/browse/TOOLSDOC-719
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Feature Request
Components: Installation Guide
Affects Versions: 9.1 CR1
Reporter: Nick Boldt
Assignee: Supriya Bharadwaj
Fix For: 9.1 GA
See JBIDE-21038 re: workaround required on some linux distros.
---
Before launching Eclipse or JBDS on linux, ensure your console has run this command:
{code}export SWT_GTK3=0{code}
Then start Eclipse or JBDS as you would normally, eg.,
{code}./eclipse
or
./studio/jbdevstudio
{code}