Is JNA available in all IDEA versions?
已回答
I found that the idea includes a jna dependency, and I want to use it. I am not sure if the jna dependency is included in all versions of the idea.
请先登录再写评论。
Hi,
Please clarify what do you mean. Do you mean versions like 2024.1, etc., or IDEA Community/Ultimate? Also, what JNA dependency/API do you mean?
All idea versions, including IDEA Community/Ultimate
This dependency is “net.java.dev.jna:jna”
Because I need to go through com.sun.jna.Native calls functions in the DLL, But I found that idea has already introduced this dependency. Do I still need to continue to introduce it through implementation("net.java.dev.jna:jna:5.14.0")
Is it possible that jna dependency does not exist in a certain version of idea?
Correct me if I'm wrong, but I doubt you need information about availability in all versions, including, e.g., 15 years old versions. If you need it, please provide the details why. Such an information will require time-consuming investigation.
If not, I suggest manual checking for its classes in versions you target.
Sorry, I was too broad. My plugin supports versions above March 2020. If all ideas above March 2020 contain jna dependencies, I don't need to introduce jna separately