when run from the root directory FryskGui crashes: frysk> ./frysk-gui/frysk/gui/FryskGui Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file or directory at java.lang.Runtime._load(libgcj.so.8rh) at java.lang.Runtime.loadLibrary(libgcj.so.8r ... the relative path here: -L../frysk-gtk/EggTrayIcon is likely to be the cause
I'm not sure that this ever worked. Try LD_LIBRARY_PATH=<egg-tray-so-directory> .../FryskGui Two things determine of that .so is found: The LD_LIBRARY_PATH / -rpath command line option; and the -Djava.library.path=...
(In reply to comment #1) > I'm not sure that this ever worked. It worked previously. Although the workaround is easy.