Skip to content

Instantly share code, notes, and snippets.

@jamesadney
Created December 20, 2015 22:34
Show Gist options
  • Save jamesadney/ae9c8a88b0609bdc2021 to your computer and use it in GitHub Desktop.
Save jamesadney/ae9c8a88b0609bdc2021 to your computer and use it in GitHub Desktop.
Fix: XCTU won't start on Ubuntu 14.04
# Fix XCTU on Ubuntu 14.04 amd64
#
# I installed xctu in $HOME/.local
sudo apt-get install libswt-gtk-3-jni:i386 libswt-gtk-3-java:i386
ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment