That com.apple.quarantine xattr thing was the issue. Thanks,
-- Raul On Fri, Dec 29, 2017 at 12:29 PM, Eric Iverson <[email protected]> wrote: > Raul, > > Sounds like the latest macOS has tightened security for non-app store > stuff yet again. > > Not sure if it is relevant, but the following info from the macOS zip > install steps might help. > > Sierra (OSX 10.12) has extra file attributes > you need to remove jconsole quarantine attribute > start terminal window (Finder>Applications>Utilities>Terminal) > and run the following line: > ...> xattr -d com.apple.quarantine 64-806/bin/jconsole > double click jconsole in Finder should work now > That is, play with xattr. > > > On Fri, Dec 29, 2017 at 11:51 AM, Raul Miller <[email protected]> wrote: > >> osx version 10.13.2 >> >> latest j806 ~/Applications/j64-806/bin/jconsole runs and install'all' >> seems to work just fine. >> >> However, even after granting permission through security settings, >> opening a .app fails: >> >> $ open Applications/j64-806/jcon.app >> LSOpenURLsWithRole() failed with error -10810 for the file >> /Users/rauldmiller/Applications/j64-806/jcon.app. >> $ open Applications/j64-806/jqt.app >> LSOpenURLsWithRole() failed with error -10810 for the file >> /Users/rauldmiller/Applications/j64-806/jqt.app. >> $ ~/Applications/j64-806/bin/jconsole >> JVERSION >> Engine: j806/j64/darwin >> Release: commercial/2017-11-06T10:20:33 >> Library: 8.06.09 >> Platform: Darwin 64 >> Installer: J806 install >> InstallPath: /users/rauldmiller/applications/j64-806 >> Contact: www.jsoftware.com >> >> Anyone know how to get jqt and the others working here? >> >> Thanks, >> >> -- >> Raul >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
