netbeans
netbeans 31
Integrated development environment for Java, C, C++ and PHP
https://netbeans.apache.org/Apache License 2.0
main program: netbeansprograms: netbeans
Platforms (45)
i686-freebsdmips-linuxmipsel-netbsdaarch64-freebsdx86_64-freebsdarmv6l-linuxmicroblazeel-linuxpowerpc64le-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ netbeans ];
Ad-hoc shell
nix-shell -p netbeans
Flake (nix run)
nix run nixpkgs#netbeans