Eclipse 4.4 Luna GTK wrapper

I was experiencing some display issues with Eclipse 4.4 Luna on Linux.

After searching the internet i found the the following post. The solution is following:

#!/bin/bash

export SWT_GTK3=0
export UBUNTU_MENUPROXY=0
./eclipse -showlocation

Leave a Reply

Your email address will not be published. Required fields are marked *