caprica / vlcj

Java framework for the vlc media player
http://www.capricasoftware.co.uk/projects/vlcj
1.14k stars 260 forks source link

Add Java Module System artifacts #928

Closed caprica closed 4 years ago

caprica commented 4 years ago

Add module-info.java etc.

caprica commented 4 years ago

This required changes to the vlcj-natives and vlcj-osx-stubs projects.

This is the first real venture into the Java Module System for vlcj, there may be teething troubles.

At the present time pretty much every package is exported, this may change over time.

caprica commented 4 years ago

Tested with a version of the vlcj-player and vlcj-javafx demo projects converted to use the Java Module system.