Is javacv supports JDK21? #2318
|
When using JDK 21 to compile JavaCV, I found that it lacks JavaFX dependencies. Could you tell me which version of JavaCV supports JDK 21? If it is supported, how should I configure it during compilation? Is adding the corresponding dependencies to pom.xml enough? here is the log |
I've added the dependency in commit 4359ebc.
Please give it another try.