-
Notifications
You must be signed in to change notification settings - Fork 26
Eamonn Maguire edited this page Oct 30, 2013
·
7 revisions
Frequently asked questions by the ISA community
Q: I had some problems with the GUI on linux (Ubuntu 12.04). (for example, a drop-down menu with options hidden behind the window in foreground).
A: It seems to be a problem with the JDK used: I had the openjdk (default installation) and I recently installed the oracle-java-jdk. With this JDK, GUI bugs seem to not occur anymore.
To install oracle-java-jdk (debian):
- sudo add-apt-repository ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install oracle-java7-installer
Created by the ISA-tools team.