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

Doc: Help printed by javafxpackager is misleading

    XMLWordPrintable

Details

    Description

      Reported in the Oracle forums:
      =======================

       example printed by javafxpackager is misleading:

      Sample usages:
      javafxpackager -createjar -appclass package.class
      -srcdir classes -outdir out -outfile outjar -v
      Packages the content of the classes directory to outjar.jar,
      sets the application class to package.class.

      The use of "package.class" suggests that a .class file is being specified. But what is expected is a fully qualified class name, i.e.: package.name.ClassName Since the standard convention is for packages to be lowercase and class names to be CamelCase the lowercase .class in the sample through me off.

      Attachments

        Activity

          People

            nhildebrandt Nancy Hildebrandt (Inactive)
            igor Igor Nekrestyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: