Browse Source

typos

master
Stefan Bodewig 8 years ago
parent
commit
eb906395ff
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      manual/Tasks/javah.html
  2. +1
    -1
      manual/Tasks/rmic.html

+ 1
- 1
manual/Tasks/javah.html View File

@@ -45,7 +45,7 @@ name="implementationvalues">Here are the choices of the attribute</a>:</p>
of <a href="http://gcc.gnu.org/java/"
target="_top">gcj and gij</a>) <em>since Apache Ant 1.8.2</em></li>
<li>forking - runs the javah executable via its command line
interface in a separate process. Default wehn running on
interface in a separate process. Default when running on
Java9. <em>since Ant 1.9.8</em></li>
</ul>



+ 1
- 1
manual/Tasks/rmic.html View File

@@ -53,7 +53,7 @@ attribute. or a nested element.
<a name="compilervalues">Here are the choices</a>:</p>
<ul>
<li>default -the default compiler (kaffe, sun or forking) for the platform.
<li>sun (the standard compiler of the JDK < JDK 9)</li>
<li>sun (the standard compiler of the JDK &lt; JDK 9)</li>
<li>kaffe (the standard compiler of <a href="http://www.kaffe.org" target="_top">Kaffe</a>)</li>
<li>weblogic</li>
<li>forking - the sun compiler forked into a separate process (since


Loading…
Cancel
Save