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.
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
- Merge pull request #13 from ulab/master Fixes for #12, #11 and #7 — committed to carljmosca/netbeans-macos-bundle by carljmosca 6 years ago
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
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?