You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One solution is continuing to use legacy and deprecated Doclet API on Java11.
Other solution is to replace it to new one including breaking changes (so it will be done at new major version).
The text was updated successfully, but these errors were encountered:
Since Java9,
tools.jar
was removed.javadoc2xls depends on
tools.jar
. So, it is impossible to compile on Java11.Furthermore, Doclet API was deprecated since java10.
https://image.slidesharecdn.com/java10-180329095905/95/java-10-15-638.jpg?cb=1522318063
Since Java9, new Javadoc API was released.
http://openjdk.java.net/jeps/221
One solution is continuing to use legacy and deprecated Doclet API on Java11.
Other solution is to replace it to new one including breaking changes (so it will be done at new major version).
The text was updated successfully, but these errors were encountered: