Hello all,
Firstly I love the Ubuntu forums and have got answers to many of my questions through them. But here is a very puzzling problem I have been struggling with for the past few hours.
I am trying to install this tool called GATE (http://gate.ac.uk/download/) via its generic installer which is basically a JAR file. The installation proceeds fine, but when I open the application, none of the text components of the Swing frame are rendered (please see the attached screenshot). Here are a few things I tried:
1) I downloaded and installed Sun's JDK and JRE. Also I set my $JAVA_HOME to the appropriate folder.
and also
2) Tried the same installer on windows, but it seems to render perfectly (with all the text)! Something like this.
![]()
Is there a solution for this problem?
Thanks in advance.
Firstly I love the Ubuntu forums and have got answers to many of my questions through them. But here is a very puzzling problem I have been struggling with for the past few hours.
I am trying to install this tool called GATE (http://gate.ac.uk/download/) via its generic installer which is basically a JAR file. The installation proceeds fine, but when I open the application, none of the text components of the Swing frame are rendered (please see the attached screenshot). Here are a few things I tried:
1) I downloaded and installed Sun's JDK and JRE. Also I set my $JAVA_HOME to the appropriate folder.
Code:
$ echo $JAVA_HOME
/usr/lib/jvm/jdk1.7.0
Code:
$ java -version
java version "1.7.0_15"
Java(TM) SE Runtime Environment (build 1.7.0_15-b03)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)

Is there a solution for this problem?
Thanks in advance.