Skip to content

Bug: sync-app CLI/GFX can not start on Linux if the absolute path contains a subfolder bin #27

@maxkratz

Description

@maxkratz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions