Re: Java GUI apps crash
- From: Tony Schlemmer <aschlemm@xxxxxxxxxxx>
- Date: Sat, 03 Feb 2007 21:33:12 -0800
Michael Goerz wrote:
Hi,
All of my GUI-Java apps started to not work recently. I'm getting this
error message in every case:
Exception in thread "main" java.lang.Error: can't load
com.birosoft.liquid.LiquidLookAndFeel
I already tried to reinstall Java completely. The system is OpenSuse
10.2, the java version is 1.5.0_10.
Any suggestions?
Michael
Make sure your CLASSPATH includes the JAR or ZIP file that your
com.birosoft.* classes reside in. By default Java only knows how to find
its own classes and 3rd party supplied JAR or ZIP files need to be manually
added to your CLASSPATH.
Tony
--
Anthony Schlemmer
aschlemm@xxxxxxxxxxx
.
- Follow-Ups:
- Re: Java GUI apps crash
- From: Michael Goerz
- Re: Java GUI apps crash
- References:
- Java GUI apps crash
- From: Michael Goerz
- Java GUI apps crash
- Prev by Date: Re: A couple of KDE issues
- Next by Date: Re: New user
- Previous by thread: Java GUI apps crash
- Next by thread: Re: Java GUI apps crash
- Index(es):
Relevant Pages
|