BinkanSalaryman / Discord-Audio-Stream-Bot

A simple discord audio streaming bot.
228 stars 38 forks source link

Fatal cross compilation related issues #72

Closed BinkanSalaryman closed 1 year ago

BinkanSalaryman commented 1 year ago

I'd like to apologize here for the mess I created due to doing cross compilation wrongly. Turns out, javac's "source" parameter to set java language level is not enough, you also need to use "target" parameter to generate compatible byte code aswell. That's why some of you got errors stating something unhelpful like this:

I made a few changes to fix the related issues, and put a new release up.

Affected tickets:

67 and duplicates (#70 (probably), #71)