View Single Post
  #1 (permalink)  
Old December 18th, 2006
lgraba lgraba is offline
Novicius
 
Join Date: December 18th, 2006
Posts: 2
lgraba is flying high
Default Limewire can't set look-and-feel

I have downloaded limewire and am trying to run it, but it is having trouble finding a look-and-feel class:

Starting LimeWire...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.5.0_08]
Configuring environment...
Loading LimeWire:
Exception in thread "AWT-XAWT" java.lang.Error: can't load com.birosoft.liquid.LiquidLookAndFeel
at javax.swing.UIManager.initializeDefaultLAF(UIManag er.java:1176)
at javax.swing.UIManager.initialize(UIManager.java:12 57)
at javax.swing.UIManager.maybeInitialize(UIManager.ja va:1245)
at javax.swing.UIManager.getDefaults(UIManager.java:5 56)
at javax.swing.UIManager.getColor(UIManager.java:590)
at com.sun.java.swing.plaf.motif.MotifBorders$BevelBo rder.<init>(MotifBorders.java:43)
at com.sun.java.swing.plaf.motif.MotifLookAndFeel.ini tComponentDefaults(MotifLookAndFeel.java:197)
at sun.awt.X11.XAWTLookAndFeel.initComponentDefaults( XAWTLookAndFeel.java:81)
at javax.swing.plaf.basic.BasicLookAndFeel.getDefault s(BasicLookAndFeel.java:97)
at sun.awt.X11.XToolkit.initUIDefaults(XToolkit.java: 232)
at sun.awt.X11.XToolkit.run(XToolkit.java:437)
at java.lang.Thread.run(Thread.java:595)

This seems to indicate there is a missing class for the Liquid Look-and-feel.

I also ran into this problem when I downloaded and installed the Linux RPM version, so it is not just in the 'other' distribution.

Might there be a problem with the build that leaves out some classes?
Reply With Quote