Search Criteria
Package Details: netbeans-cpp 8.2-2
Git Clone URL: | https://aur.archlinux.org/netbeans-cpp.git (read-only, click to copy) |
---|---|
Package Base: | netbeans-cpp |
Description: | Netbeans IDE development platform - C/C++ only |
Upstream URL: | https://netbeans.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | AlexandrePTJ |
Maintainer: | ashok |
Last Packager: | json |
Votes: | 19 |
Popularity: | 0.009947 |
First Submitted: | 2008-07-23 18:31 |
Last Updated: | 2018-03-04 18:20 |
Dependencies (1)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk-arm, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk-jetbrains, jre8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Required by (2)
- yourkit (requires netbeans) (optional)
- yourkit-2013 (requires netbeans) (optional)
Sources (3)
- netbeans-8.2-cpp-linux.sh (x86_64)
- netbeans-8.2-cpp-linux.sh (i686)
- netbeans.desktop
Latest Comments
1 2 Next › Last »
Twooey commented on 2020-01-11 21:06
You need to use openjfk for the version of Java you have installed, in my case, it was openjdk8. Worked like a charm after that.
WSDMatty commented on 2019-08-30 15:04
Netbeans-cpp fails to install on my system when building in a tmpfs through BUILDDIR in makepkg.conf. The line
/bin/sh $srcdir/../netbeans-$pkgver-cpp-linux.sh --silent --userdir $srcdir -J-Dnb-base.installation.location=$pkgdir/usr/share/netbeans
when run in the BUILDDIR fails because it is looking for "/tmp/makepkg/netbeans-xpp/src/../netbeans-8.2.cpp-linux.sh" which does not exist. I tried removing the "/../" and referring to the symlink in the $srcdir, but the netbeans installer fails, saying the installer script is corrupted.
To fix this, I've applied the below patch. It's not elegant, and uses a depreciated PKGBUILD variable. If there's a better way to do this, please let me know.
This patch also fixes the missing dependency of java-openjfx.
https://github.com/mssxtn/patches/blob/master/netbeans-cpp-PKGBUILD.patch
WSDMatty commented on 2019-02-28 20:56
java-openjfx needs added to dependencies. Otherwise it crashes on Loading Modules. I believe Tonich said the same thing but i can't read Russian without more vodka.
Tonich commented on 2018-10-30 07:11
Следует добавить в зависимости java-openjfx, без него не стартуют модули.
json commented on 2018-03-04 13:41
Adopted and updated checksums
pansen commented on 2017-09-10 08:58
the sha256 sum for the installer .sh changed from
sha256sums_x86_64=('d6a89152b36be513c50764fcbfdd975076727f8333b46d1e60798c9fb79196e5')
to
sha256sums_x86_64=('ba788a537fcdeb1e6b4963eebf9e7ea195723be85c03be693970eed8fb4e3777')
verified with their webapge and local creation via sha256sum
the one for i686 probably changed too..
mibbio commented on 2015-01-11 14:40
Version 8.0.2 is available.
http://dlc.sun.com.edgesuite.net/netbeans/8.0.2/final/bundles/netbeans-8.0.2-cpp-linux.sh
md5: 285d6e80e29f81721c30484b46e777c5
jjacky commented on 2013-10-17 20:18
Updated for 7.4, but I haven't used this for some time, and a few versions, so I'm disowning it.
jjacky commented on 2013-04-05 10:29
Looks like they don't provide a download link for a patched version, only allow to do the update from within Netbeans: "To obtain the fixes, NetBeans IDE 7.3 must be installed and running."
Anonymous comment on 2011-10-07 19:12
Thank you very much asmanian! That worked.