mbien commented on issue #6830: URL: https://github.com/apache/netbeans/issues/6830#issuecomment-1851848431
- you downloaded the zip from https://netbeans.apache.org/front/main/download/nb20/ - extracted it somewhere on your ubuntu system - then started `netbeans_folder/bin/netbeans` - created a new maven project, and it couldn't build it due to the permission issue? (btw you can check the integrity of the zip by verifying the SHA-512 signature) I use the zip distribution all the time and never had this issue. There are a few things which could go wrong during extraction though, e.g there are flags which tell the zip tool to not retain permissions for example (but this wouldn't happen by default). Some file systems can also do weird things but since you are on ubuntu I suspect it is ext4 which should behave ok. we generate the zip on linux, which means the unix file permissions are put into the archive, you can check it yourself: ``` zipinfo netbeans-20-bin.zip | grep mvn -rwxr-xr-x 2.0 unx 5883 b- defN 23-Oct-01 18:38 netbeans/java/maven/bin/mvn -rwxr-xr-x 2.0 unx 1684 b- defN 23-Oct-01 18:38 netbeans/java/maven/bin/mvnDebug -rwxr-xr-x 2.0 unx 1611 b- defN 23-Oct-01 18:38 netbeans/java/maven/bin/mvnyjp -rw-r--r-- 2.0 unx 6324 b- defN 23-Oct-01 18:38 netbeans/java/maven/bin/mvn.cmd -rw-r--r-- 2.0 unx 2169 b- defN 23-Oct-01 18:38 netbeans/java/maven/bin/mvnDebug.cmd ``` but good to know that the deb package works for you, so you can at least finish your assignment (Car models, the classic intro to OO languages :)). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists