Liangxu Linux
Liangxu Linux
May 13, 2021 · Frontend Development

Build a Qt Launcher with QML: A Complete Step‑by‑Step Guide

This tutorial walks you through creating a Qt‑based application launcher using QML and C++, covering project setup, parsing Linux .desktop files, designing a swipeable UI, displaying icons, handling selection, and launching applications via QProcess.

C++Desktop IntegrationQML
0 likes · 8 min read
Build a Qt Launcher with QML: A Complete Step‑by‑Step Guide
JavaEdge
JavaEdge
Oct 30, 2019 · Fundamentals

Inside the Java Launcher: How the JVM Starts and Executes Main

This article walks through the native entry point of the Java launcher, explaining how the main function delegates to JLI_Launch, initializes the JVM, loads the main class, constructs arguments, and finally invokes the Java main method with detailed code excerpts.

C++JVMJava
0 likes · 8 min read
Inside the Java Launcher: How the JVM Starts and Executes Main