Does anybody build JSL for Linux?
I'm getting some build errors when I try to build the stuff in
midiprovider.LinuxCharDev.
For starters, the source code is listing its package as just being
"LinuxCharDevMidiProvider", instead of
"midiprovider.LinuxCharDev.LinuxCharDevMidiProvider". This seems to be
handled by the build.sh script which is in that same folder; it compiles
it from that folder and then rolls the classes into a jar file that you
then add as a library.
However, even when I run the build.sh script, I'm getting an error
(which I also get in IDEA), that LinuxCharDevMidiProvider is not
abstract and doesn't override getTransmitters() from
javax.sound.midi.MidiDevice.
Is anybody here successfully using JSL on Linux, or has it been broken
and nobody has noticed?
- Joe
|