This post explains how to install Eclipse on Ubuntu. Ways to install Eclipse IDE on Ubuntu There are different ways to install Eclipse on Ubuntu: Official package snap Ubuntu Sofware app apt Each of these ways has its drawbacks, so please read all of them. Install Eclipse IDE using official package The process of installing […]
List of Linux Package Managers
This post explains different type of Linux package Managers. List of Linux Package Managers List of Linux packages: apt-get Snapcraft apt-get apt-get is shorten as apt. It appeared in 1998, and it is related to Debian packages. It makes use of .deb packages. A deb package contains only the data for its own application. In […]
How to package a Java App for Distribution
Packaging a Java App for Distribution on Windows <pending> Packaging a Java App for Distribution on Mac OS X Follow the instructions by Oracle: https://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html Packaging a Java App for Distribution on Linux <pending> External References Max Sauer & Patrick Keegan; “Packaging and Deploying Desktop Java Applications [with NetBeans]“; NetBeans “How to change Java […]