YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

YAMJ do not works with latest JAVA (version 11) #2811

Open lumanga opened 5 years ago

lumanga commented 5 years ago

Hi all thanks for your job.

After web research, I find that the YAMJ can't work with latest JAVA version in LINUX. Java after version 11 has remove parts needed from YAMJ. I had to unistall version 11 and install the old version 8!

sudo apt-get purge --auto-remove openjdk* sudo apt-get install openjdk-8-jre openjdk-8-jdk wget sudo update-alternatives --config java