We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use boot on a Windows 7 machine and after downloading the required jars I get the following error:
Boot.main Boot.java: 258 ... boot.App.main App.java: 491 boot.App.runBoot App.java: 399
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke ClojureRuntimeShimImpl.java: 150 org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke ClojureRuntimeShimImpl.java: 159 ... boot.main/-main main.clj: 202 boot.file/tmpfile file.clj: 136 java.nio.file.Files.createTempFile java.nio.file.TempFileHelper.createTempFile java.nio.file.TempFileHelper.create java.nio.file.Files.createFile java.nio.file.Files.newByteChannel sun.nio.fs.WindowsFileSystemProvider.newByteChannel sun.nio.fs.WindowsSecurityDescriptor.fromAttribute java.lang.UnsupportedOperationException: 'posix:permissions' not supported as initial attribute
The text was updated successfully, but these errors were encountered:
Just found issue #541 which this appears to be a dupe of.
Sorry, something went wrong.
No branches or pull requests
I'm trying to use boot on a Windows 7 machine and after downloading the required jars I get the following error:
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke ClojureRuntimeShimImpl.java: 150
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke ClojureRuntimeShimImpl.java: 159
...
boot.main/-main main.clj: 202
boot.file/tmpfile file.clj: 136
java.nio.file.Files.createTempFile
java.nio.file.TempFileHelper.createTempFile
java.nio.file.TempFileHelper.create
java.nio.file.Files.createFile
java.nio.file.Files.newByteChannel
sun.nio.fs.WindowsFileSystemProvider.newByteChannel
sun.nio.fs.WindowsSecurityDescriptor.fromAttribute
java.lang.UnsupportedOperationException: 'posix:permissions' not supported as initial attribute
The text was updated successfully, but these errors were encountered: