jagdish1bhoj / luke

Automatically exported from code.google.com/p/luke
0 stars 0 forks source link

Exception when launching lukeall-1.0.1.jar #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. java -jar lukeall-1.0.1.jar

What is the expected output? 
luke gui

What do you see instead?
>java -jar lukeall-1.0.1.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: 
sun.font.FontManager.initIDs()V
        at sun.font.FontManager.initIDs(Native Method)
        at sun.font.FontManager.access$000(Unknown Source)
        at sun.font.FontManager$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.font.FontManager.<clinit>(Unknown Source)
        at java.awt.Component.getFontMetrics(Unknown Source)
        at thinlet.Thinlet.setFont(Unknown Source)
        at thinlet.Thinlet.<init>(Unknown Source)
        at org.getopt.luke.Luke.<init>(Unknown Source)
        at org.getopt.luke.Luke.startLuke(Unknown Source)
        at org.getopt.luke.Luke.main(Unknown Source)

What version of the product are you using? On what operating system?
- lukeall-1.0.1.jar
- Windows XP
- >java -version
java version "1.6.0_11"
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode)
jdk1.6.0_21

Original issue reported on code.google.com by fay...@gmail.com on 30 Jan 2011 at 3:06

GoogleCodeExporter commented 8 years ago
Version 1.0.1 has reached an End-Of-Life status. Please try a newer version of 
Luke, and reopen this issue if the problem persists.

Original comment by sig...@gmail.com on 6 Jul 2011 at 1:13