Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的程序中使用 ghost4j 作为 jar 将 pdf 转换为图像。我在线程“main”中遇到异常
java.lang.NoClassDefFoundError: com/sun/jna/win32/StdCallLibrary$StdCallCallback
我是使用 ghost4j 的新手,我正在使用 Ubuntu 12.04。
有人可以帮我解决这个问题吗?
ghost4j 1.0.1 版似乎缺少下一个依赖项
<!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna --> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>4.1.0</version> </dependency>
https://github.com/java-native-access/jna