classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Questions about programs


From: Roman Kennke
Subject: Re: Questions about programs
Date: Mon, 19 Sep 2005 13:51:01 +0200

Am Samstag, den 17.09.2005, 18:37 +0000 schrieb theUser BL:
> Hi!
> 
> Why use GNU Classpath a Swing-Demo program, which can't run on Suns Java?

That must be an accident.

> http://www.theuserbl.ag.vu/jdk16err.txt

Looks like the problem here is that the GNULookAndFeel uses icons which
are included in Classpath only within the gnu.* namespace. Of course
this is not good, they should actually be included in the examples.zip
file. As a workaround you could include the glibj.zip in the classpath.

However when you try the -Dswing.defaultlaf option (which should bypass
the GNULookAndFeel and load the MetalLookAndFeel), then write it
_before_ the classname. This way you should be able to start up the
Swing demo with Sun's JVM.

> At
> http://www.theuserbl.ag.vu/jdk15err.txt
> I have then tried to use Suns Java 1.5. And have additionally used both 
> possible LookAndFeel-option.

See above for the LookAndFeel option.

/Roman

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]