Skip to main content

Java

How To Install Apache Tomcat 7 on CentOS 7 via Yum
Tutorials CentOS Deployment Java
Introduction> Introduction # Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation.
How To Install Java with Apt-Get on Ubuntu 16.04
Tutorials Java Ubuntu Ubuntu 16.04
[*]Introduction[*] Java and the JVM (Java’s virtual machine) are widely used and required for many kinds of software. This article will guide you through the process of installing and managing different versions of Java using apt-get.
How To Manually Install Oracle Java on a Debian or Ubuntu VPS
Tutorials Debian Java Ubuntu
Status: Deprecated> Status: Deprecated # This article is deprecated and no longer maintained. Reason> Reason # Ubuntu 12.04 reached end of life (EOL) on April 28, 2017 and no longer receives security patches or updates.
How To Install Apache Tomcat 7 on Ubuntu 14.04 via Apt-Get
Tutorials Apache Java Ubuntu
About Apache Tomcat> About Apache Tomcat # Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation.
How To Install Apache Tomcat 8 on CentOS 7
Tutorials CentOS Deployment Java
Introduction> Introduction # Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation.
How To Build Android Apps with Jenkins
Tutorials Java Ubuntu
In this article, Jenkins will be setup to build Android apps. Jenkins will already need to be installed, so if it hasn’t been installed yet, please follow the steps here first.
How To Install Apache Tomcat 8 on Ubuntu 16.04
Tutorials Applications Java Ubuntu Ubuntu 16.04
Introduction> Introduction # Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation.
How To Install Java with Apt on Debian 9
Tutorials Debian 9 Java
[*]Introduction[*] Java and the JVM (Java’s virtual machine) are required for many kinds of software, including Tomcat, Jetty, Glassfish, Cassandra and Jenkins. In this guide, you will install various versions of the Java Runtime Environment (JRE) and the Java Developer Kit (JDK) using apt .
How To Install Java with Apt on Ubuntu 20.04
Tutorials Java Ubuntu 20.04
[*]Introduction[*] Java and the JVM (Java’s virtual machine) are required for many kinds of software, including Tomcat, Jetty, Glassfish, Cassandra and Jenkins. In this guide, you will install various versions of the Java Runtime Environment (JRE) and the Java Developer Kit (JDK) using apt.
How To Install Java with Apt on Ubuntu 18.04
Tutorials DigitalOcean Droplets Java Ubuntu 18.04
The author selected the Open Internet/Free Speech Fund to receive a $100 donation as part of the Write for DOnations program. [*]Introduction[*] Java and the JVM (Java’s virtual machine) are required for many kinds of software, including Tomcat, Jetty, Glassfish, Cassandra and Jenkins.
How To Install Solr on Ubuntu 14.04
Tutorials Java Ubuntu
Introduction> Introduction # Solr is a search engine platform based on Apache Lucene. It is written in Java and uses the Lucene library to implement indexing. It can be accessed using a variety of REST APIs (e.
How To Install Java on CentOS, Rocky Linux, RHEL, and Fedora
Tutorials CentOS Fedora Java Rocky Linux
Introduction> Introduction # This tutorial will show you how to install Java on current versions of RPM-based Linux distributions: Red Hat Enterprise Linux, CentOS, Fedora, and Rocky Linux. Java is a popular programming language and software platform that allows you to run many server-side applications.
How To Install Java with Apt-Get on Debian 8
Tutorials Debian Java
[*]Introduction[*] The programming language Java and the Java virtual machine or JVM are used extensively and required for many kinds of software. This tutorial provides different ways of installing Java on Debian 8: you can download the Default JRE or JDK or the Oracle JDK.
Java Keytool Essentials: Working with Java Keystores
Tutorials Java Security
Introduction> Introduction # Java Keytool is a key and certificate management tool that is used to manipulate Java Keystores, and is included with Java. A Java Keystore is a container for authorization certificates or public key certificates, and is often used by Java-based applications for encryption, authentication, and serving over HTTPS.
How To Install Apache Tomcat 8 on Ubuntu 14.04
Tutorials Deployment Java Ubuntu
Introduction> Introduction # Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation.
How To Install Java on Ubuntu 12.04 with Apt-Get
Tutorials Java Ubuntu
[*]Status: Deprecated[*] This article covers a version of Ubuntu that is no longer supported. If you are currently operating a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How to Install Hadoop on Ubuntu 13.10
Tutorials Java Miscellaneous Ubuntu
Prerequisites> Prerequisites # The only prerequisite for this tutorial is a VPS with Ubuntu 13.10 x64 installed. You will need to execute commands from the command line which you can do in one of the two ways:
How To Install Openfire XMPP Server on a Debian or Ubuntu VPS
Tutorials Java Miscellaneous Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install Apache Tomcat 9 on Ubuntu 18.04
Tutorials Java Ubuntu
Introduction> Introduction # Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation.
How To Install Apache Kafka on Ubuntu 14.04
Tutorials Apache Java Messaging Ubuntu
Introduction> Introduction # Apache Kafka is a popular distributed message broker designed to handle large volumes of real-time data efficiently. A Kafka cluster is not only highly scalable and fault-tolerant, but it also has a much higher throughput compared to other message brokers such as ActiveMQ and RabbitMQ.