Skip to content
Advertisement

Tag: javadoc

How to setup web url for JavaFX documentation?

I’m trying to use Eclipse 2021-06 (4.20.0) with an OpenJDK implementation by BellSoft, Liberica JDK 16, that has JavaFX included out of the box. So far, everything goes OK except one rather unpleasant flaw. From Eclipse Java Editor, JavaFX documentation doesn’t open in the browser. When I click the “Open attached JavaDoc in a browser” button in the JavaDoc pop-up

Disabling “Download sources and javadoc” in eclipse

I’m using Eclipse 20210312-0638 I have unchecked “Download artifact sources” and “Download artifact javadoc” from preferences (First picture). It’s still downloading them (2nd picture). Is there any other configuration that I should change? Answer Someone already filled a bug at Eclipse: https://bugs.eclipse.org/bugs/show_bug.cgi?id=576112 Apparently, it’s fixed in M2E, but not yet released. Though, you can update on the latest snapshot as

Possible to mark my class/method as deprecated based on the JRE/JVM version?

Ten years ago I created, and have maintained, some commons/library jar files of helper classes specifically for cryptography in Java 8. Our organizations are FINALLY starting to update to Java 11 LTS, in which similar functionality has been added natively. These commons are used across many groups in my company but as individual groups upgrade to Java 11+ JRE/JVMs, I

Advertisement