NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 632 - downloading ImageJ-linux64 executable
downloading ImageJ-linux64 executable
Status: RESOLVED WONTFIX
Product: Fiji
Classification: Unclassified
Component: Other
unspecified
Other Linux
: P5 enhancement
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2013-07-12 08:23 CDT by Olex
Modified: 2013-07-12 14:55 CDT
1 user (show)

See Also:

Description Olex 2013-07-12 08:23:11 CDT
When I am trying to run executable ImageJ-linux64 (downloaded from fiji and ImageJ2 websites) from the command line it gave me an error: 

-bash: ./ImageJ-linux64: Permission denied

The executable with the same name (ImageJ-linux64) that was built by fiji does work.


Thank you!
Comment 1 Johannes Schindelin 2013-07-12 14:55:45 CDT
This is not so much a problem of Fiji, but a security measure unknown to Windows users: files that are downloaded on Linux or MacOSX are never marked as executable. You will have to do that yourself, e.g by using the command-line

    chmod a+x <the-downloaded-file>