Re: java 11 problems, again

Mats Wichmann <[email protected]> Thu, 11 Apr 2019 13:43:59 -0600
Newsgroups gmane.comp.programming.tools.scons.devel
Message-ID <[email protected]>
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