Skip to content

Commit e6d6776

Browse files
authored
[ci skip] Added headful OpenJDK note
1 parent e4bef10 commit e6d6776

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ On some systems, many mixers could be installed making librespot-java playback o
5151
4) Pick the right mixer and copy its name inside the `mixerSearchKeywords` option. If you need to specify more search keywords, you can separate them with a semicolon
5252
5) Restart and enjoy
5353

54+
> **Linux note:** librespot-java will not be able to detect the mixers available on the system if you are running headless OpenJDK. You'll need to install a headful version of OpenJDK (usually doesn't end with `-headless`).
55+
5456
## Build it
5557
This project uses [Maven](https://maven.apache.org/), after installing it you can compile with `mvn clean package` in the project root, if the compilation succeeds you'll be pleased with a JAR executable in `core/target`.
5658
To run the newly build jar run `java -jar ./core/target/librespot-core-jar-with-dependencies.jar`.

0 commit comments

Comments
 (0)