Skip to main content

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

John,

Do you have to use 2.0.2? If not, then I'd suggest you try the latest RC2
build (eclipse 2.1).
The 2.0.2 standalone was meant to be used by calling some API's, not from
the command line. The command line launches a little test window.
Try using fully qualified paths, maybe that helps.

-Dorian



|---------+----------------------------------->
|         |           John                    |
|         |           Lewis/Austin/IBM@IBMUS  |
|         |           Sent by:                |
|         |           platform-help-dev-admin@|
|         |           eclipse.org             |
|         |                                   |
|         |                                   |
|         |           03/13/2003 01:09 PM     |
|         |           Please respond to       |
|         |           platform-help-dev       |
|         |                                   |
|---------+----------------------------------->
  >-------------------------------------------------------------------------------------------------------------|
  |                                                                                                             |
  |       To:       platform-help-dev@xxxxxxxxxxx                                                               |
  |       cc:                                                                                                   |
  |       Subject:  [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


_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev





Back to the top