Hi Jonathan, Got it works after 5 hours of debugging and googling. Issue was lack of version of stat symbol in eclipse_1900.so. Solution (i'm not sure it's appropriate) is to add "-lc" as argument for LD command in make_*.mak ( https://github.com/daemonblade/freebsd-eclipse/blob/master/java-eclipse/files/patch-rt.equinox.framework#L391). My version is FreeBSD 13-CURRENT with ino64, so "stat" from eclipse_xxx.so tried to call compat11.stat, when "stat" from binary made correct call.
I confirm that basic functionalities works fine, but UI has problem described by you. Thanks! _______________________________________________ freebsd-eclipse@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-eclipse To unsubscribe, send any mail to "freebsd-eclipse-unsubscr...@freebsd.org"