• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install NetBeans IDE 8.2 in Linux Mint 18.3

2630

How to Install NetBeans IDE 8.2 in Linux Mint 18.3

The NetBeans is an open-source integrated development environment which provides a much powerful Java application framework platform that allows programmers to easily develop Java-based web applications, mobile applications, and desktop applications in this tutorial we will see the installation of NetBeans IDE 8.2 on linuxmint 18.3

Installation

The installation of Netbeans IDE requires Java to be installed so to install Java 8 JDK version, first, add following webupd8team/java PPA to your system and update the repository package

linuxhelp ~ # add-apt-repository ppa:webupd8team/java
You are about to add the following PPA:
 Oracle Java (JDK) Installer (automatically downloads and installs Oracle JDK7 / JDK8 / JDK9). There are no actual Java files in this PPA.

Important ->  Why Oracle Java 7 And 6 Installers No Longer Work: http://www.webupd8.org/2017/06/why-oracle-java-7-and-6-installers-no.html

Ubuntu 16.10 Yakkety Yak is no longer supported by Canonical (and thus, Launchpad and this PPA). The PPA supports Ubuntu 17.10, 17.04, 16.04, 14.04 and 12.04.
.
.    
gpg: requesting key EEA14886 from hkp server keyserver.ubuntu.com
gpg: key EEA14886: public key " Launchpad VLC"  imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

After adding the java repository update the system repository package

linuxhelp ~ # apt-get update  
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease                                                                                
Ign:3 http://packages.linuxmint.com sylvia InRelease                                                                                      
.
.
Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [594 kB]                                                         
Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [550 kB]                                                          
Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [240 kB]                                                         
Get:28 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [6,624 B]                                                      
Get:29 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [6,616 B]                                                       
Fetched 5,311 kB in 9s (569 kB/s)                                                                                                               
Reading package lists... Done

once PPA has been added and updated install the package oracle-java8 installer

linuxhelp ~ # apt-get install oracle-java8-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  visualvm ttf-baekmuk | ttf-unfonts | ttf-unfonts-core ttf-kochi-gothic | ttf-sazanami-gothic ttf-kochi-mincho | ttf-sazanami-mincho
  ttf-arphic-uming
Recommended packages:
  gsfonts-x11 oracle-java8-set-default
The following NEW packages will be installed:
  oracle-java8-installer
.
.
update-alternatives: using /usr/lib/jvm/java-8-oracle/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-oracle/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnpjp2.so to provide /usr/lib/mozilla/plugins/libjavaplugin.so (mozilla-javaplugin.so) in auto mode

Oracle JDK 8 installed, If you have more than one Java installed on your system, you have to set Oracle-java8 to set as default as shown.

linuxhelp ~ # apt-get install oracle-java8-set-default
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  oracle-java8-set-default
0 upgraded, 1 newly installed, 0 to remove and 271 not upgraded.
Need to get 6,830 B of archives.
After this operation, 20.5 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial/main amd64 oracle-java8-set-default all 8u161-1~webupd8~0 [6,830 B]
Fetched 6,830 B in 0s (16.0 kB/s)             
Selecting previously unselected package oracle-java8-set-default.
(Reading database ... 223917 files and directories currently installed.)
Preparing to unpack .../oracle-java8-set-default_8u161-1~webupd8~0_all.deb ...
Unpacking oracle-java8-set-default (8u161-1~webupd8~0) ...
Setting up oracle-java8-set-default (8u161-1~webupd8~0) ...

you can also download NetBeans IDE installer script in your system via wget utility, by running the below command

linuxhelp ~ # wget -c http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh
--2018-03-05 22:20:04--  http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh
Resolving download.netbeans.org (download.netbeans.org)... 104.108.239.225
Connecting to download.netbeans.org (download.netbeans.org)|104.108.239.225|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 223882240 (214M) [application/x-sh]
Saving to: ‘ netbeans-8.2-linux.sh’ 

netbeans-8.2-linux.sh                100%[===================================================================> ] 213.51M  1.03MB/s    in 3m 42s  

2018-03-05 22:23:46 (986 KB/s) - ‘ netbeans-8.2-linux.sh’  saved [223882240/223882240]

After the download completes, navigate to the directory where the NetBeans IDEinstaller has been downloaded make the installer script executable and start installing it.

linuxhelp ~ # chmod +x netbeans-8.2-linux.sh 
linuxhelp ~ # ./netbeans-8.2-linux.sh
Configuring the installer...
Searching for JVM on the system...
Extracting installation data...
Running the installer wizard...

After running the installer script the installer “ Welcome page” will show up, click Next to continue and follow the installation wizard.

welcome_page
then accept the license terms and click on next
license
Next, select the NetBeans IDE 8.2 installation folder from the following interface, then click Next to continue
location
Also select the GlassFish server installation folder from the following interface, then click Next to proceed.
glassfish
Next, enable auto updates for installed plugins via the checkbox and click Install to install the NetBeans IDE and runtimes.
auto_update
When the installation is complete, click on Finish
installation_complete
Now to open the Netbeans application go to the menu and search for Netbeans and run the application
menu
app_open


netbeans_launch
with this, the method to Install NetBeans IDE 8.2 in Linux Mint 18.3 comes to an end.

Tags:
philippe
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How to install NetBeans on Ubuntu?

A

For the installation of "NetBeans" on Ubuntu, use the link as below "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
sudo apt-get update
sudo apt-get install netbeans

Q

What is a system requirement for installing the "NetBeans"?

A

For the system requirement to install "NetBeans" on the system, use the official link as given below "https://netbeans.org/community/releases/82/relnotes.html#system_requirements"

Q

What are the Archived Modules and Features for "NetBeans"?

A

Use the following link will explain the detailed information about Archived Modules and Features for "netbeans", "wiki.netbeans.org/NetBeansArchivedFeatures"

Q

How to install java8 on Ubuntu?

A

For the installation of "Java8" on Ubuntu, use the following link as below
"sudo add-apt-repository ppa:webupd8team/java"
"sudo apt-get update"
"sudo apt-get install oracle-java8-installer".

Q

How to manage JDK is missing while the installation of NetBeans Ubuntu?

A

For acquiring the error of JDK is missing while the installation of Ubuntu, follow steps as given below.
1. Open the file as follow,
"sudo nano /etc/environment"
2. add following in the file
:/$JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java" "

Related Tutorials in How to Install NetBeans IDE 8.2 in Linux Mint 18.3

Related Tutorials in How to Install NetBeans IDE 8.2 in Linux Mint 18.3

How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How to Install NetBeans IDE 8.2 in Ubuntu 18.04
How to Install NetBeans IDE 8.2 in Ubuntu 18.04
May 29, 2018
How to Install NextCloud on Linux Mint 18.3
How to Install NextCloud on Linux Mint 18.3
Feb 27, 2018
How To Install And Update OpenSSL On Linuxmint 18.3
How To Install And Update OpenSSL On Linuxmint 18.3
Jun 8, 2018

Related Forums in How to Install NetBeans IDE 8.2 in Linux Mint 18.3

Related Forums in How to Install NetBeans IDE 8.2 in Linux Mint 18.3

Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Linux Mint
bz0 class=
How to change a function of a key
Jun 7, 2019
Linux Mint
who class=
How to compare multiple files
Nov 10, 2019
NFS (Network File System)
Mike class=
Linux Mint 18.3 - NFS Shares - Only Root Can Mount Share
Oct 4, 2019
Command Line Tools
wayne class=
Deleting windows files booting from mint(usb)
Sep 16, 2017
Ubuntu
Kirin class=
Videos Always Micro-Shutter
Mar 8, 2019

Related News in How to Install NetBeans IDE 8.2 in Linux Mint 18.3

Related News in How to Install NetBeans IDE 8.2 in Linux Mint 18.3

A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
Linux Mint 18.2 Sonya Beta version now available for download
Linux Mint 18.2 Sonya Beta version now available for download
Jun 7, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help David Lopez Guillen ?
Ayuda urgente instale SSL para servidor Opensuse y ahora no funciona tengo servicio web

hola segui este tutorial para tener un certificado ssl y ahora no se ve mi app en la red, espero alguien pueda ayudarme, tengo M9oodle en3.5 en un servidor open suse y ahora no funciona por favor ayuda.

https://www.linuxhelp.com/how-to-create-ssl-certificate-in-opensuse

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.