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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I've added the dependency in commit 4359ebc. |
Beta Was this translation helpful? Give feedback.
I've added the dependency in commit 4359ebc.
Please give it another try.