[Ilugc] Your Freedom in fedora

  • From: aprasadh@xxxxxxxxx (Guru Prasath)
  • Date: Mon Sep 10 00:45:49 2007

On 9/9/07, Amit Dey <eamitdey@xxxxxxxxx> wrote:


Has anyone of you use your-freedom in linux.

It is a proxy tunneling software.

It was made available as a jar file
so i cd into the directory and execute
java -jar freedom.jar
i get this error
    Exception in thread "main" java.lang.NoClassDefFoundError:
com.sun.java.swing.plaf.windows.WindowsLookAndFeel
   at net.java.plaf.Environment.<init>(Environment.java:49)
   at net.java.plaf.LookAndFeelPatchManager.patch(
LookAndFeelPatchManager.java:99)
   at net.java.plaf.LookAndFeelPatchManager.initialize(
LookAndFeelPatchManager.java:94)
   at emsgui.setLAF(emsgui.java:88)
   at emsgui.main(emsgui.java:16)

Any idea about how to get past this ?


------------------------------------------------------------------------
Regards
Amit Dey


Try

java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
-jar freedom.jar

--Guru Prasath

Other related posts: