Ok, I've installed Java 8, OpenJDK.
Also, I found this tutorial over at AirSonic:
https://airsonic.github.io/docs/jukebox/I ran that Java program and here is the output:
pi@raspberrypi:~ $ java audioDevList
Available mixers:
PulseAudio Mixer
default [default]
Headphones [plughw:0,0]
Audio [plughw:1,0]
Port Headphones [hw:0]
Port Audio [hw:1]
So far, in my JRE sound.properties file, I've tried "hw:1" and "plughw:1.0". (My sound card for this is an external DAC plugged into USB.)
No joy!
Sure would be great if Subsonic Jukebox worked on OpenJDK.