-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Startup Error #4
Comments
不支持windows-31j字符集,你把系统区域设置为日文了么?试下切换为中文环境试下 |
我試試看用中文local 2015-12-23 22:56 GMT-05:00 dipoo notifications@github.com:
|
能開了 2015-12-25 20:34 GMT-05:00 城ヶ崎美嘉 psc2350@gmail.com:
|
有反馈的话,会更新的 |
想看看下個版本可不可以做些改變 2015-12-26 9:58 GMT-05:00 dipoo notifications@github.com:
|
我開的時候有這個問題
不知道該怎辦才好
java.nio.charset.UnsupportedCharsetException: windows-31j
at java.nio.charset.Charset.forName(Unknown Source)
at sun.awt.FontConfiguration.getFontCharsetEncoder(Unknown Source)
at sun.awt.FontConfiguration.buildFontDescriptors(Unknown Source)
at sun.awt.FontConfiguration.getFontDescriptors(Unknown Source)
at sun.awt.FontConfiguration.getFontDescriptors(Unknown Source)
at sun.awt.PlatformFont.(Unknown Source)
at sun.awt.windows.WFontPeer.(Unknown Source)
at sun.awt.windows.WToolkit.getFontPeer(Unknown Source)
at java.awt.Font.getPeer_NoClientCode(Unknown Source)
at java.awt.Font.getPeer(Unknown Source)
at sun.awt.windows.WComponentPeer._setFont(Native Method)
at sun.awt.windows.WComponentPeer.setFont(Unknown Source)
at sun.awt.windows.WWindowPeer.initialize(Unknown Source)
at sun.awt.windows.WFramePeer.initialize(Unknown Source)
at sun.awt.windows.WComponentPeer.(Unknown Source)
at sun.awt.windows.WCanvasPeer.(Unknown Source)
at sun.awt.windows.WPanelPeer.(Unknown Source)
at sun.awt.windows.WWindowPeer.(Unknown Source)
at sun.awt.windows.WFramePeer.(Unknown Source)
at sun.awt.windows.WToolkit.createFrame(Unknown Source)
at java.awt.Frame.addNotify(Unknown Source)
at javax.swing.SwingUtilities$SharedOwnerFrame.addNotify(Unknown Source)
at java.awt.Window.addNotify(Unknown Source)
at java.awt.Window.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at org.arong.egdownloader.ui.window.InitWindow.(InitWindow.java:89)
at org.arong.egdownloader.ui.Main.main(Main.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
The text was updated successfully, but these errors were encountered: