timg
timg

Reputation: 401

Unable to install c++ on netbeans

After going to the plugins section,

enter image description here

I proceeded with the regular installation:

enter image description here enter image description here

But after some installation screens, netbeans gave me this error:

enter image description here

which happened right after this loaded for a while:

enter image description here

Does anyone have any idea why this is happening?

Note: I am using macOS Mojave

Edit: After receiving suggestions to change the JDK netbeans is using, netbeans can't open: enter image description here

Upvotes: 1

Views: 1411

Answers (1)

kosvek
kosvek

Reputation: 11

Try this: sudo cp /Library/Java/JavaVirtualMachines/jdk1.8.0_281.jdk/Contents/Home/bin/unpack200 /Library/Java/JavaVirtualMachines/jdk-16.jdk/Contents/Home/bin

Upvotes: 1

Related Questions