Pb between FileBot and Java8 on Synology

Any questions? Need some help?
Post Reply
David78
Posts: 2
Joined: 07 Feb 2020, 12:19

Pb between FileBot and Java8 on Synology

Post by David78 »

Hi,

I installed Java8 on my Synology NAS :

Code: Select all

David@David_Serveur:/usr/local/bin$ find / -name java 2>/dev/null
/volume1/@appstore/Java8/j2sdk-image/jre/bin/java
/volume1/@appstore/Java8/j2sdk-image/bin/java
When I launch FileBot, it tells me :

Code: Select all

$ filebot -version
/usr/local/bin/filebot: line 67: java: command not found
I found a solution on this forum consisting in creating a symbolic link :

Code: Select all

ln -s path_to_jre /usr/local/bin/java
but since DSM6 it is impossible to connect as root on NAS through SSH, so I don't have the rights to create the link.

Code: Select all

ln: failed to create symbolic link ‘/usr/local/bin/java’: Permission denied
Did someone solved this issue ? Thanks.

David
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Pb between FileBot and Java8 on Synology

Post by rednoah »

The Java Installer package we offer in our repository will install Java 13 though, so you're probably using something else, which may or may not work:
viewtopic.php?f=13&t=1802
:idea: Please read the FAQ and How to Request Help.
David78
Posts: 2
Joined: 07 Feb 2020, 12:19

Re: Pb between FileBot and Java8 on Synology

Post by David78 »

Thanks for your quick reply.
That's right, I installed the Java Installer Package from the Community and it installed the version 13. Now FileBot does not display the error message anymore.

Thanks !!
Post Reply