Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] Starting Standalone Help in UNIX



I've installed Eclipse on AIX and Linux. The Eclipse Workbench comes up
fine and I can access the Help.
I cannot start the Eclipse standalone version though.


Here's the command (this command works for Windows with "\" instead of
"/"):
java -classpath ./plugins/org.eclipse.help_2.0.2/help.jar org.eclipse.help.standalone.Help ./plugins

Here's the error:
Problem occured initializing Eclipse

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
Thanks,



John Lewis
Phone: 512.838.4569




Back to the top