Browsing tag

java

How to Install NetBeans IDE on Ubuntu 18.04 / Ubuntu 17.10

NetBeans IDE offers platform framework for Java desktop applications and an integrated development environment for developing with Java, JavaScript, PHP, Python (no longer supported after NetBeans 7), Groovy, C, C++, Scala, Clojure, and others. NetBeans is available for Windows, Linux, Mac and Solaris operating system. Here is the tutorial about how to install NetBeans IDE […]

How To Install Apache Maven CentOS 7 / RHEL 7

Apache Maven is a free and powerful software project management and comprehension tool. It is based on the Project Object Model. With maven, you can efficiently manage a project’s build, reporting, and documentation from a central piece of information. In this post, we will see how to install Apache Maven on CentOS 7 / RHEL […]

How To Install Apache Tomcat 10 On Linux Mint 20 / Linux Mint 19

Apache Tomcat is an open-source Java servlet container developed by the Apache Software Foundation (ASF). Tomcat implements Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for running Java codes. In Tomcat, you can deploy an application by using a war file through the Web Manager […]

How To Install Oracle Java JDK 12 / 11 / 8 on Debian 10 / Debian 9

Today we will be going through the installation of Oracle Java SE which includes Java Development Kit (JDK) and Java Runtime Environment (JRE) on Debian 10 / Debian 9. Java JDK is the most important one for the developers, and this guide will be more useful for them to build a development environment when they […]