[Scons-dev] java 11 problems, again

Mats Wichmann mats at wichmann.us
Thu Apr 11 15:43:59 EDT 2019


On 4/11/19 12:23 PM, Mats Wichmann wrote:


Following up with references:

> src/HelloApplet/com/Hello.java:5: warning: [deprecation] Applet in
> java.applet has been deprecated

http://cr.openjdk.java.net/~iris/se/10/latestSpec/api/java/applet/package-summary.html


> javah as a separate tool seems to be gone.  I found one project's patch
> for this on gihub:

JDK10 Release Notes
(https://www.oracle.com/technetwork/java/javase/10-relnote-issues-4108729.html)

tools/javah
 JEP 313 Remove the Native-Header Generation Tool (javah)

As previously announced, the native-header tool, javah, has been removed.

Native headers can now be generated by using the Java compiler, javac,
with the -h option.
See JDK-8182758


More information about the Scons-dev mailing list