[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[eclipse-dev] Solaris8: Language Pack trouble !
|
Title: Solaris8: Language Pack trouble !
I am using Sparc Solaris8 + JDK1.4.1 + eclipse-SDK-2.0.2-solaris-motif,
but I get the error message below and can not run my eclipse after I installed
the language pack - eclipse-nls-SDK-2.0.x.zip.
Warning: Cannot convert string "<Key>Escape,_Key_Cancel" to type VirtualBinding
Warning: Cannot convert string "<Key>Home,_Key_Begin" to type VirtualBinding
Warning: Cannot convert string "<Key>F1,_Key_Help" to type VirtualBinding
Warning: Cannot convert string "Shift<Key>F10,_Key_Menu" to type VirtualBinding
Warning: Cannot convert string "<Key>F10,Shift_Key_Menu" to type VirtualBinding
Warning: Cannot convert string "<Key>KP_Enter,_Key_Execute" to type VirtualBinding
Warning: Cannot convert string "Alt<Key>Return,Alt_Key_KP_Enter" to type VirtualBinding
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at org.eclipse.swt.widgets.Shell.setText(Shell.java:1190)
at org.eclipse.ui.internal.WorkbenchWindow.updateTitle(WorkbenchWindow.java:1498)
at org.eclipse.ui.internal.WorkbenchWindow$7.run(WorkbenchWindow.java:1247)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1222)
at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:345)
at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:932)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at org.eclipse.ui.internal.WorkbenchWindow.openPage(WorkbenchWindow.java:929)
at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:745)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:581)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1319)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)
How can I fix it ?
Rai