Basically, the sync-app CLI/GFX's behavior is the same as with lectureStudio: lectureStudio/lectureStudio#652
If you extract the latest release of the sync-app (currently v1.0.61) to a folder that's path contains a sub folder bin, both binaries can not be started.
~/bin/moodlesync/bin $ ls
moodle-sync-cli moodle-sync-fx
~/bin/moodlesync/bin $ ./moodle-sync-fx
pure virtual method called
terminate called without an active exception
Error: could not find libjava.so
Error: Could not find Java SE Runtime Environment.
~/bin/moodlesync/bin $ ./moodle-sync-cli
pure virtual method called
terminate called without an active exception
Error: could not find libjava.so
Error: Could not find Java SE Runtime Environment.
Basically, the sync-app CLI/GFX's behavior is the same as with lectureStudio: lectureStudio/lectureStudio#652
If you extract the latest release of the sync-app (currently v1.0.61) to a folder that's path contains a sub folder
bin, both binaries can not be started.