Browsing tag

java

How To Install Gradle on Debian 11 / Debian 10

Gradle is an open-source tool for build automation Java, Groovy, and Scala development. It relies on the concepts of Ant and Maven to automate the building process. Unlike Apache Maven which relies on XML data files for declaring project configurations, Gradle uses Groovy, a dynamic programming language that defines project configurations. In this post, we […]

How To Install Graylog On Ubuntu 20.04

Graylog is an open-source log management tool that helps you to store and analyze any machine logs centrally. Graylog set up consists of three components Graylog server, Elasticsearch, and MongoDB. Here, we will see how to install Graylog on Ubuntu 20.04. Install Java Graylog set up requires Java version 8 or higher. You can use […]

How To Install Eclipse IDE on Ubuntu 20.04

Eclipse is a widely used Integrated Development Environment for JAVA application development. It is also used for developing applications in various programming languages such as COBOL, Ada, C, C++, Perl, PHP, Python, R, Ruby, Clojure, Scala, Groovy, and Scheme with the help of plug-ins. Eclipse is released under Eclipse Public License, a free and open-source […]

How To Install Java On Ubuntu 20.04

The Java JDK (Java Development Kit) is a development environment used for developing Java Applications. The Java JDK is a collection of programming tools, such as ass JRE (Java Runtime Environment), Java (Loader for Java Application), Javac (Compiler), Jar (Archiver), etc.