Installing JDK on Linux

Installing JDK on Linux

Java development is a fundamental skill that Linux experts must master. This article will introduce how to install JDK on Linux and configure the Java environment. (This article uses jdk-8u201-linux-x64.tar.gz as an example) 1. Uninstall the pre-installed JDK (most Linux distributions come with Java, but it may not be usable) 1) Check the installed JDK: … Read more

Installing JDK 8 on CentOS Linux

Installing JDK 8 on CentOS Linux

Preparation Server: CentOS Linux release 7.9.2009 (Core) JDK: jdk-8u301-linux-x64.tar.gz JDK 8 download link:https://www.oracle.com/java/technologies/downloads/#java8 Installation Connect to the server using Xshell. Upload to the server, you can use the command # rz upload, -y to overwrite files rz -y If prompted that the command ‘rz’ is not found, install it manually # rz is a file … Read more

How to Upgrade from Java 8 to Java 12: Benefits and Troubleshooting Tips

How to Upgrade from Java 8 to Java 12: Benefits and Troubleshooting Tips

Author: Trisha Gee Translator: Zhang Weibin Key Points Since Java 8, many useful new language features, tools, and performance improvements (especially related to garbage collection optimizations) have been introduced. When choosing to upgrade, we face the decision of whether to upgrade to the latest Java (12) and prepare for upgrades every six months, or to … Read more

Issues with Starting Tasking After Installation

Issues with Starting Tasking After Installation

Software developers are likely familiar with compilers, as different projects may require different compilers. Therefore, both newcomers and seasoned professionals switching platforms may need to install various versions of compilers. However, during the installation process, one might encounter various issues. You might say, leave it to IT. But most of the time, the company’s IT … Read more

Essential IoT Development: Build High-Performance MQTT Messaging Service in 5 Steps

Essential IoT Development: Build High-Performance MQTT Messaging Service in 5 Steps

Introduction: Want to quickly set up a reliable messaging hub for smart hardware and industrial IoT? Apache Artemis is not only the successor to ActiveMQ but also the hidden MQTT Protocol King! It supports millions of device connections with millisecond latency. Today, I will guide you step-by-step to deploy your dedicated MQTT Broker, and at … Read more

Setting Up the QT Cross-Compilation Environment on iMX6 Yocto Platform

Setting Up the QT Cross-Compilation Environment on iMX6 Yocto Platform

WeChat Public Account: morixinguan Follow for more tutorials. For questions or suggestions, please leave a message on the public account; If you find this article helpful, feel free to appreciate it Install Essential Library Files on Ubuntu If installation fails, execute the following two commands in order: apt-get upgrade apt-get update Then install the above … Read more

Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

This time I provide everyone with the cracked version of Android Studio software, the entire cracking process is very simple. The software is suitable for 32 and 64-bit operating systems, the download link for the cracked file is at the end of the article, please check! Software Introduction: Android Studio is a brand new Android … Read more