最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - Problem accessing LibX11 and libvlc_instance_t in vlcj-4.10.1 - Stack Overflow

programmeradmin7浏览0评论

I upgraded from vlcj-4.8.2 to vlcj-4.10.1 and recognized uk.co.caprica.vlcj.binding.lib.LibX11 and uk.co.caprica.vlcj.binding.internal.libvlc_instance_t are no longer accessible. I have been playing around with the module path and stuff, but somehow, I am not able to expose the respective module/classes. I am not very familiar with the Java module system and how it works tbh.

I am using Eclipse 2024-12. Does anybody know how to fix this?

A simple code example I am using is:

if (Platform.isUnix()) {
    LibX11.INSTANCE.XInitThreads();
}

Edit: Here's a screenshot of the Module Dependencies (vlcj-4.8.2)

发布评论

评论列表(0)

  1. 暂无评论