MariuszKinczkowski / google-sites-liberation

Automatically exported from code.google.com/p/google-sites-liberation
0 stars 0 forks source link

doesn't run on mac tiger and soylatte when soylatte is not default #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. mac tiger with soylatte installed but NOT default java
2. download google sites liberation
3. attempt to run from command line

What is the expected output? What do you see instead?
prompt:~/sandbox/googsiteslib timothynash$
/Applications/soylatte1.6/bin/java -jar google-sites-liberation-1.0.jar 
Exception in thread "main" java.lang.NoClassDefFoundError: Could not
initialize class sun.awt.X11GraphicsEnvironment
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.jav
a:68)
        at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:89)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at java.awt.Toolkit$2.run(Toolkit.java:836)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:828)
        at
sun.swing.SwingUtilities2$AATextInfo.getAATextInfo(SwingUtilities2.java:120)
        at
javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.j
ava:1556)
        at
javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:130)
        at
javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1591)
        at javax.swing.UIManager.setLookAndFeel(UIManager.java:537)
        at javax.swing.UIManager.setLookAndFeel(UIManager.java:577)
        at com.google.sites.liberation.util.GuiMain.<init>(GuiMain.java:79)
        at com.google.sites.liberation.util.GuiMain.main(GuiMain.java:243)

Other Notes:
I haven't tried making soylatte the default. (Not possible on this machine)

Thanks!

Original issue reported on code.google.com by TimNa...@gmail.com on 29 Sep 2009 at 6:01

GoogleCodeExporter commented 8 years ago
This looks like a configuration/soylatte problem.  Try a search for 
'X11GraphicsEnvironment' and 'NoClassDefFoundError' for some solutions.

Original comment by gk5...@kickstyle.net on 1 Oct 2009 at 9:00