1
0

java-updates.rst 556 B

12345678910111213141516
  1. java-updates
  2. ------------
  3. * The :module:`FindJava` module learned to optionally find
  4. the ``idlj`` and ``jarsigner`` tools.
  5. * The :module:`UseJava` module ``add_jar`` function learned
  6. to support response files (e.g. ``@srcs.txt``) for source
  7. specification.
  8. * The :module:`UseJava` module ``install_jar`` function learned
  9. new ``DESTINATION`` and ``COMPONENT`` options to specify
  10. the corresponding :command:`install` command options.
  11. * The :module:`UseJava` module gained a new ``create_javah``
  12. function to create C headers from Java classes.