Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] Starting the standalone Help

Please open a bug for this error.
Also, try killing all the rundll32, javaw.exe and eclipse.exe processes if
any of them is running.

-Dorian



|---------+----------------------------------->
|         |           Robert Turek/Santa      |
|         |           Teresa/IBM@IBMUS        |
|         |           Sent by:                |
|         |           platform-help-dev-admin@|
|         |           eclipse.org             |
|         |                                   |
|         |                                   |
|         |           01/29/2003 04:10 PM     |
|         |           Please respond to       |
|         |           platform-help-dev       |
|         |                                   |
|---------+----------------------------------->
  >-------------------------------------------------------------------------------------------------------------|
  |                                                                                                             |
  |       To:       platform-help-dev@xxxxxxxxxxx                                                               |
  |       cc:                                                                                                   |
  |       Subject:  Re: [platform-help-dev] Starting the standalone Help                                        |
  |                                                                                                             |
  |                                                                                                             |
  >-------------------------------------------------------------------------------------------------------------|







Thanks . . .   but, why does the command result in a CreateProcess
exception?

java.io.IOException: CreateProcess: F:\imsinfoc21new\eclipse -nosplash
-applicat
ion org.eclipse.help.helpApplication -vm "C:\Program Files\Java\j2re1.4.1
_01\bin
\javaw.exe" error=5
        at java.lang.Win32Process.create(Native Method)
        at java.lang.Win32Process.<init>(Win32Process.java:63)
        at java.lang.Runtime.execInternal(Native Method)
        at java.lang.Runtime.exec(Runtime.java:566)
        at
org.eclipse.help.internal.standalone.Eclipse.run(Eclipse.java:36)





                      konradk@xxxxxxxxxx

                      Sent by:                        To:
platform-help-dev@xxxxxxxxxxx
                      platform-help-dev-admin@        cc:

                      eclipse.org                     Subject:  Re:
[platform-help-dev] Starting the standalone
                                                       Help


                      01/29/2003 12:11 PM

                      Please respond to

                      platform-help-dev







It should say "-command start".  Thanks for pointing this out.

Konrad Kolosowski
Eclipse Help System




                      Robert Turek/Santa

                      Teresa/IBM@IBMUS                To:
platform-help-dev@xxxxxxxxxxx

                      Sent by:                        cc:

                      platform-help-dev-admin@        Subject:
[platform-help-dev] Starting the standalone Help

                      eclipse.org



                      01/28/2003 04:52 PM

                      Please respond to

                      platform-help-dev










BTW --- In the page "Installing the stand-alone help system", down at the
bottom,  shouldn't the example be:

java -classpath d:\myApp\eclipse\plugins\org.eclipse.help_2.1.0\help.jar
org.eclipse.help.standalone.Help -command start


not  "...-command startup" , as it currently is.


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



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



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





Back to the top