Doc: Help printed by javafxpackager is misleading

XMLWordPrintable

      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.

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

              Created:
              Updated:
              Resolved:
              Imported: