javah -stubs should generate C file

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 1.0
    • Affects Version/s: 1.0
    • Component/s: other-libs
    • 1.0alpha3
    • sparc
    • solaris_2.5
    • Not verified

      When you run
          javah -stubs
      on a java class, the program creates a file "ClassName.stubs".
      The programmer then has to create a .c file out of this stubs file
      and remember to include "StubPreamble.h".

      This is inconvenient and unnecessary -- javah could do this
      automatically very easily.

      Please change javah so that
          javah -stubs
      generates a .c file (named ClassName.c) that already includes
      StubPreamble.h.

            Assignee:
            Arthur Hoff (Inactive)
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: