Instlal snap package
https://snapcraft.io/netbeans
sudo snap install netbeans --classic
Install binary
https://netbeans.apache.org/front/main/download/
https://www.apache.org/dyn/closer.lua/netbeans/netbeans/27/netbeans-27-bin.zip?action=download
[embed_url: https://raw.githubusercontent.com/panticz/installit/master/install.netbeans.sh]
# configure jdk
# echo netbeans_default_options="netbeans_default_options="--jdkhome" | sudo tee -a /opt/netbeans/etc/netbeans.conf
# Cannot find java. Please use the --jdkhome switch
Add git repository
https://www.youtube.com/watch?v=mzzAUEFS4vs
https://netbeans.org/kb/docs/ide/github_nb_screencast.html
OPTIONAL: install MySQL driver
sudo apt-get install libmysql-javaDEP: fix ubuntu locale settings for german
sed -i 's|en_US.UTF-8|de_DE.UTF-8|g' /etc/scim/globalDEP: disable compiz effects (Visual Effects (System > Preferences > Appearance > Visual Effects => none)
metacity --replace &Fix bold fonts under Linux
sudo apt-get remove -y fonts-unfonts-coreAnsible role
git clone https://github.com/panticz/ansible.git /tmp/ansible
cd /tmp/ansible/
export ANSIBLE_ROLES_PATH=$(pwd)/roles
ansible-playbook -K /dev/stdin <
https://github.com/panticz/ansible/tree/master/roles/netbeans
<strong>Links</strong>
http://www.techytalk.info/netbeans-cannot-find-java-please-use-jdkhome-switch/ - HowTo (re)configure JAVA JDK
http://wiki.netbeans.org/NBPackagingPlan