Browse Source
Merge pull request #127 from esaulpaugh/master
fix two typos in rmic manual page
master
Stefan Bodewig
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
manual/Tasks/rmic.html
|
|
@@ -30,7 +30,7 @@ |
|
|
|
|
|
|
|
<p><b>Note</b> <kbd>rmic</kbd> has been deprecated as of Java 13 and |
|
|
|
removed as of Java 15. Trying to use it with Java15 will fail unless |
|
|
|
you specifiy the execxutable or rmic-adapter explicitly.</p> |
|
|
|
you specify the executable or rmic-adapter explicitly.</p> |
|
|
|
|
|
|
|
<p><code>Rmic</code> can be run on a single class (as specified with the classname attribute) or a |
|
|
|
number of classes at once (all classes below base that are neither <code>_Stub</code> |
|
|
|