netbeans-macos-bundle: You can’t open the application “NetBeans 9” because it may be damaged or incomplete.

You can’t open the application “NetBeans 9” because it may be damaged or incomplete. screen shot 2018-09-07 at 10 55 18

This is what i have in the folder (4 level):

/A/N/NetBeans 9.app ❯❯❯ tree -L 4
.
└── Contents
    ├── Info.plist
    ├── MacOS
    │   └── netbeans -> ../Resources/NetBeans/bin/netbeans
    └── Resources
        ├── NetBeans
        │   ├── CREDITS.html
        │   ├── DEPENDENCIES
        │   ├── DISCLAIMER
        │   ├── LICENSE
        │   ├── NOTICE
        │   ├── README.html
        │   ├── apisupport
        │   ├── bin
        │   ├── etc
        │   ├── extide
        │   ├── harness
        │   ├── ide
        │   ├── java
        │   ├── javafx
        │   ├── licenses
        │   ├── nb
        │   ├── netbeans.css
        │   ├── platform
        │   ├── profiler
        │   └── websvccommon
        └── netbeans.icns

17 directories, 10 files

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 23 (10 by maintainers)

Commits related to this issue

Most upvoted comments

Maybe someone helps it:

I was only to start it in ~/Application by ./install-custom.sh --non-root-install --install-dir ~/Applications but there was no change to move it to /Application

then I run into

You can’t open the application “NetBeans 9” because it may be damaged or incomplete

I made it work by

./install-custom.sh --install-dir /Applications

So just to confirm, did you git clone or download the project or just the installation script?