Installing
-
2. Downloading
Download Glassfish 5.0 App Server for Linux:
And the Full Platform is Used rather than Web Profile.
-
3. Extracting
Then Extract Glassfish 5
First, Check if Unzip is there:which unzip
If Not then to Install the Unzip Tool:
sudo apt install unzip
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Then Double-Click on Archive and Decompress it into /tmp:Or from Command Line:
unzip -d /tmp/ $HOME/Downloads/glassfish*.zip
-
4. Installing Oracle JDK
How to Install Required Oracle Java JDK 8+ on Debian Linux.
Install Oracle JDK for Debian