Browsing tag

java

How to Install IntelliJ IDEA on Ubuntu 22.04 / Ubuntu 20.04

IntelliJ IDEA is an integrated development environment for developing Java applications. It is developed by JetBrains and is available in two editions, Community and Ultimate. IntelliJ IDEA core package supports Java, Groovy, Kotlin, and XML/XSL programming languages. In addition, support for additional languages such as Python, Perl, Go, Scala, etc., can be added by installing […]

How to Install Java JDK 18 on Ubuntu 22.04 / Ubuntu 20.04

Java 18 (Non-LTS) is the latest release for the Java SE platform. This newest release includes JDK 18, which provides an environment for developing applications using the Java programing language, testing, and running the Java programs. Java JDK 18 is supported until September 2022. So, if you are looking for an LTS version, install Java […]

How to Install Java JDK 17 on Fedora 36 / Fedora 35 / 34

The Java JDK (Java Development Kit) is a software development environment used for developing Java Applications. It is a collection of programming tools, notably JRE (Java Runtime Environment), Java (Loader for Java Application), Javac (Compiler), Jar (Archiver), etc. Java JRE (Java Runtime Environment) contains tools for running Java applications. OpenJDK is an open-source implementation of […]

How To Install Eclipse IDE on Debian 11

Eclipse is an open-source integrated development environment (IDE) that helps programmers develop software applications and software components by providing developers with tools to compile code, debug applications, and much more. Eclipse IDE is mainly used for developing Java applications. But, you can also develop applications in other programming languages such as PHP, Python, Perl, R, […]

How To Install Java JDK on Debian 11

The Java JDK (Java Development Kit) is a software development environment used for developing Java Applications. The JDK is a collection of programming tools, notably JRE (Java Runtime Environment), Java (Loader for Java Application), Javac (Compiler), Jar (Archiver), etc. On the other hand, we have JRE (Java Runtime Environment), including all components required to run […]