Skip to content
New issue

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

Recent Netbeans issues for C++ and how to solve it #112

Open
BobSynfig opened this issue Sep 23, 2024 · 0 comments
Open

Recent Netbeans issues for C++ and how to solve it #112

BobSynfig opened this issue Sep 23, 2024 · 0 comments

Comments

@BobSynfig
Copy link
Collaborator

New versions of Netbeans don't propose Netbeans 8.2 plugins portal by default, it must be added manually :

Press Add button

Netbeans 8.2 plugins portal
https://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz

If you use one of the latest openJDK (as you should), it doesn't provide unpack200 that will be requested to install C++ plugin.
You MUST have an older version of the openJDK installed (8, 11 or 13) to find them (or find the binaries and copy them on your system.

When you will restart Netbeans to install the C++ plugin, a Window will popup to say that it needs to find unpack200

For example you can find it here, on Ubuntu :
/usr/lib/jvm/java-1.11.0-openjdk-amd64/bin (symlink)
/usr/lib/jvm/java-11-openjdk-amd64/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant