P
Print Guy
Trying to run a swing application. I need to include jar file
C:\java\lnfdir\newlnf.jar
on my class path. Easy to do if I knew where it was. I'm using Java
1.6 and have searched for the jar file in all the directories under not
only Mustang but also the other Java versions I have. The error only
happens when I try to use the GTK+ look-and-feel.
Couldn't find class for specified look and
feel:com.sun.java.swing.plaf.gtk.
Did you include the L&F library in the class path?
Using the default look and feel.
Based on a google search I did find this site
http://www.codecomments.com/archive250-2005-5-388704.html
Is what they are saying accurate in the the GTK L&F is only available
under Linux?
C:\java\lnfdir\newlnf.jar
on my class path. Easy to do if I knew where it was. I'm using Java
1.6 and have searched for the jar file in all the directories under not
only Mustang but also the other Java versions I have. The error only
happens when I try to use the GTK+ look-and-feel.
Couldn't find class for specified look and
feel:com.sun.java.swing.plaf.gtk.
Did you include the L&F library in the class path?
Using the default look and feel.
Based on a google search I did find this site
http://www.codecomments.com/archive250-2005-5-388704.html
Is what they are saying accurate in the the GTK L&F is only available
under Linux?