tasfe / iqq

Automatically exported from code.google.com/p/iqq
0 stars 0 forks source link

error in jdk 64 bit #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

➜  qq > java -jar IQQ-1.0-nightly.jar 
[2013-05-16 12:15:48,895] [main] INFO  iqq.app.IMApp - OpenJDK 64-Bit Server 
VM1.7.0_21
Exception in thread "main" java.awt.HeadlessException
    at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
    at java.awt.Window.<init>(Window.java:535)
    at java.awt.Frame.<init>(Frame.java:420)
    at java.awt.Frame.<init>(Frame.java:385)
    at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1755)
    at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1830)
    at javax.swing.JWindow.<init>(JWindow.java:185)
    at javax.swing.JWindow.<init>(JWindow.java:137)
    at com.alee.laf.window.WebWindow.<init>(Unknown Source)
    at iqq.app.IMApp$1.<init>(IMApp.java:189)
    at iqq.app.IMApp.startWin(IMApp.java:189)
    at iqq.app.IMApp.main(IMApp.java:256)

What version of the product are you using? On what operating system?

Linux user-Vostro-260 3.8.0-19-generic #30-Ubuntu SMP Wed May 1 16:35:23 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

java version "1.7.0_21"
OpenJDK Runtime Environment (IcedTea 2.3.9) (7u21-2.3.9-1ubuntu1)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)

Please provide any additional information below.

null

Original issue reported on code.google.com by whx10...@gmail.com on 16 May 2013 at 4:19

GoogleCodeExporter commented 9 years ago
安装一下openjdk-7-jre试试

Original comment by Stoneyu...@gmail.com on 8 Oct 2013 at 4:44