Hello there, welcome to Birds In Tech Blog, in today's Article I'm gonna write on How To Install Apache NetBeans On Android Without Using Snapd package or any other special package at all
Note: It is Adviced that You have any Debian Or Linux Based Distro installed On Your Phone Before Continuing with this Article
Prerequisites:
Procedures To Install
Login To your Terminal And update it with the command
apt update
After Updating your terminal we're going to Install Java package As NetBeans relies on Java to function properly, to install Java use the command
apt install default-jdk
Now we're going to download a slightly older release of NetBeans from it's official Releases page and install it, do that with the command
cd Downloads; apt install wget; wget https://archive.apache.org/dist/netbeans/netbeans/11.3/Apache-NetBeans-11.3-bin-linux-x64.sh; chmod +x Apache-NetBeans-11.3-bin-linux-x64.sh; ./Apache-NetBeans-11.3-bin-linux-x64.sh
And now the application should launch and should have been installed on Your distro.
Watch the video here:
Tags
coding
coding on android
install NetBeans on ubuntu
NetBeans
NetBeans IDE Java install
NetBeans install
programming