I am trying to use

LookAndFeelFactory.installJideExtension();

and get the error

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/java/swing/plaf/windows/WindowsLookAndFeel
        at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)
        at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)
        at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)

I am importing this library import com.jidesoft.plaf.LookAndFeelFactory and ./gradlew -q clean build working properly but I get the error when I try to run my project.

Thanks,

0

There are 0 best solutions below