Closed omegaui closed 2 years ago
What I can simply conclude is that java-stream-player's fat jar is giving this exception.
Sorry! For this issue.
But I was actually missing some dependencies.
@omegaui Can you help @PixelDoted on this issue :) ? https://github.com/goxr3plus/java-stream-player/issues/74
Hi! I have been developing an IDE. And I created a music player plugin using java-stream-player. I am using JDK v17.
The problem is when I generated the .jar file of the plugin By embedding the dependencies and all.
Its giving me this exception
Here, the line
is the path of the file passed to
StreamPlayer.open()
method.I am able to play the file in development version of the IDE without this exception. But I am unable to play it using the plugin.