Community
Participate
Working Groups
environment ----------- eclipse 3.1 RCP application using Help plugin Help system works fine if running from application (workspace), and now I want to launch only the help system from a shortcut. I have renamed my eclipse.exe file to something else. When I run the standalone help, it does not work. If I rename it back, it works. C:\myfolder>java -classpath .\plugins\org.eclipse.help.base_3.1.0.jar org.eclipse.help.standalone .Help -command start -eclipsehome C:\myfolder\ java.lang.Exception: File C:\myfolder\eclipse.exe does not exists. Pass a correct -eclipsehome o ption at org.eclipse.help.internal.standalone.Eclipse.ensureEclipseExeExists(E clipse.java:169) at org.eclipse.help.internal.standalone.Eclipse.prepareCommand(Eclipse.j ava:46) at org.eclipse.help.internal.standalone.Eclipse.run(Eclipse.java:88)
If what you want is to launch standalone help from a shortcut, I suggest using the -noexec option on your command for the shortcut. The standalone help should still work, and that then avoids the command looking for "eclipse.exe" executable. I expect (and welcome) Konrad to chime in if I am way off base in this advice. :-) --Lee Anne
Thx. The noexec option solves my issue. It might be useful to include this info in the standalone help.
It appears that the submitter has a workaround. Resolving as WONTFIX.