Login  Register

Re: Jogamp-fat.jar not deploying on a Windows 7 64bits machine ?

Posted by gouessej on Mar 22, 2019; 9:39am
URL: https://forum.jogamp.org/Jogamp-fat-jar-not-deploying-on-a-Windows-7-64bits-machine-tp4039604p4039642.html

The pitfall with File.canExecute() (available since Java 1.6) is that it might tell that a file is executable whereas its permissions indicate that it isn't :s whereas Files.isExecutable(Path) (available since Java 1.8) should work. java.nio.files.Files.getPosixFilePermissions() would work too:
https://jogamp.org/bugzilla/show_bug.cgi?id=1219#c71

Do you want me to provide a patch?
Julien Gouesse | Personal blog | Website