Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8027379

Clarify use of the term java launcher in tools documentation

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P3
    • 9
    • 8-pool, 9
    • docs

    Description

      Kumar Srinivasan: I think my comments are in general there are lot of places you say that the launcher finds this and does that, most of it is untrue.

      Think of launcher as the starter of a car, its job is to take the input from the user and crank the engage with the flywheel, crank and disengage, and get the engine running, and disengage.

      Similarly the launcher, takes its input from the user and the user's environment, interfaces with the VM and gets it started via some bootstrapping, the JVM does most of the work ie. setting up the classpath, bootclasspath and such, the launcher simply marshals this information to the JVM.

      For instance: http://st-doc.us.oracle.com/review/rsb/html/E38209_02/findingclasses.htm#A1012444 "How the Java Launcher Finds Classes", the launcher does not find any classes, the launcher simply passes the information to the VM to find its classes. I would rather you phrase it as "How the Java Virtual Machine Finds Classes" or simply "How the Java Runtime Finds Classes".

      Attachments

        Activity

          People

            cwayne Clifford Wayne (Inactive)
            rgallard Raymond Gallardo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: