-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As this relates to a conversation on https://chat.eclipse.org/#/room/#eclipse-ide-general:matrix.eclipse.org from today.
This issue is so I could put this video somewhere
Screencast.From.2025-05-07.15-45-14.mp4
This video shows running a small program:
public static void main(String[] args) throws IOException, InterruptedException {
System.out.println(System.getenv("GDK_BACKEND"));
}First we run it with a random environment variable set and note that GDK_BACKEND is null.
Then we remove the variable from the launch configuration and GDK_BACKEND is now x11
Metadata
Metadata
Assignees
Labels
No labels