[ImageJ-bugs] [Bug 1211] Stack Rendering Slow
bugzilla at fiji.sc
bugzilla at fiji.sc
Thu Jan 7 14:13:11 CST 2016
http://fiji.sc/bugzilla/show_bug.cgi?id=1211
--- Comment #3 from Mark Hiner <hinerm at gmail.com> ---
>This however resulted in FIJI no longer being able to open.
Oh, I'm very sorry. I just tested on a co-worker's computer and it looks like
that file is downloaded without execution permissions - despite being set on
the server.
After replacing the file, you can fix these permissions by opening up a
Terminal and running:
chmod a+x /path/to/Fiji.app/Conents/MacOS/ImageJ-macosx
If you'd like, you can read more about chmod here:
http://ss64.com/osx/chmod.html. Essentially you're just telling the computer
that "yes, this file has permission to be executed."
>It is in the Library/INternet Plug-Ins/ and is a JavaAppletPluggin.plugin
Fiji is supposed to look for Java in that location. The problem comes from
false negatives in Fiji's detection of Java, due to changes in file structure
between Java 1.6 and 1.7+. That's precisely what is fixed in the experimental
ImageJ-macosx file I had you download, so I'm hoping it will still work for you
if you chmod the file.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20160107/57c269b3/attachment.html>
More information about the Imagej-bugs
mailing list