< prev index next >

src/jdk.compiler/share/classes/module-info.java

Print this page

        

*** 54,74 **** * FileSystemProvider} API to locate file system providers. In particular, * this means that a jar file system provider, such as that in the * {@code jdk.zipfs} module, must be available if the compiler is to be able * to read JAR files. * - * <h2 style="font-family:'DejaVu Sans Mono', monospace; font-style:italic">javah</h2> - * - * <p> - * <em>javah</em> only exists as a command line tool, and does not provide any - * direct API. As of JDK 9, it has been deprecated. - * Use the {@code -h} option in <em>javac</em> instead.</p> - * * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> * <dt class="simpleTagLabel">Tool Guides: ! * <dd>{@extLink javac_tool_reference javac}, ! * {@extLink javah_tool_reference javah} * </dl> * * @provides java.util.spi.ToolProvider * @provides com.sun.tools.javac.platform.PlatformProvider * @provides javax.tools.JavaCompiler --- 54,66 ---- * FileSystemProvider} API to locate file system providers. In particular, * this means that a jar file system provider, such as that in the * {@code jdk.zipfs} module, must be available if the compiler is to be able * to read JAR files. * * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> * <dt class="simpleTagLabel">Tool Guides: ! * <dd>{@extLink javac_tool_reference javac} * </dl> * * @provides java.util.spi.ToolProvider * @provides com.sun.tools.javac.platform.PlatformProvider * @provides javax.tools.JavaCompiler
< prev index next >