But if I try to rename from FileBot.Node 0.1.4 not working.


Thanks.
Hence you should link the java executable to /usr/local/bin/java to make sure it works on a system level, and not just for your user.Notes wrote:
- Java 8 needs to be installed correctly and in the $PATH. Make sure java -version works. You may need to symlink java into the $PATH yourself.
Code: Select all
ln -s /path/to/jre/bin/java /usr/local/bin/java
- Running commands from the login shell is not the same as using Synology DSM Task Scheduler or cron because they'll not initialise with ~/.profile so keep in mind that $PATH will be different.
You're doing something wrong. What? I don't know. You're giving me nothing.No working
Code: Select all
which java
Code: Select all
ln -sf /volume1/@appstore/JavaManager/Java/jre/bin/java /usr/local/bin/java
Code: Select all
/usr/local/bin/java -version
It's not correctrename calls. Why is this even an issue?You're NOT supposed to "rename" files EVER. You're supposed symlink/hardlink files into a NEW & CLEAN folder structure.