Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 214795 - Java Web start page contains wrong class name
Summary: Java Web start page contains wrong class name
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Doc (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M5   Edit
Assignee: Platform-Doc-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 198463 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-09 14:22 EST by Andrew Niefer CLA
Modified: 2008-06-09 15:02 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Niefer CLA 2008-01-09 14:22:58 EST
The help page /org.eclipse.platform.doc.isv/guide/java_web_start.htm

Contains the following:
  <!-- The name of the main class to execute. This does not change-->
  <application-desc main-class="org.eclipse.core.launcher.WebStartMain">
    <argument>-nosplash</argument>
  </application-desc>

This should be
<application-desc main-class="org.eclipse.equinox.launcher.WebStartMain">
Comment 1 John Arthorne CLA 2008-01-09 18:18:43 EST
Fixed. Andrew, do you not have doc commit rights?
Comment 2 Andrew Niefer CLA 2008-01-10 09:50:24 EST
Yes I do.  When I raised this I couldn't remember if I did, but then I forgot to go back and check once I was finished with the other bugs I was working on.
Comment 3 John Arthorne CLA 2008-06-09 15:02:38 EDT
*** Bug 198463 has been marked as a duplicate of this bug. ***