Comments on: How to Install Java in Arch Linux and Manjaro https://www.debugpoint.com/install-java-arch/ Linux and Dev Portal Sat, 31 Dec 2022 17:44:11 +0000 hourly 1 By: Arindam https://www.debugpoint.com/install-java-arch/#comment-2665 Sat, 31 Dec 2022 17:44:11 +0000 https://www.debugpoint.com/?p=6709#comment-2665 In reply to Manuel.

I am glad that it helped! Thanks for visiting us.

]]>
By: Manuel https://www.debugpoint.com/install-java-arch/#comment-2663 Sat, 31 Dec 2022 12:49:31 +0000 https://www.debugpoint.com/?p=6709#comment-2663 Thank you very much. You helped me a lot.

]]>
By: Arindam https://www.debugpoint.com/install-java-arch/#comment-1708 Sat, 16 Apr 2022 15:02:34 +0000 https://www.debugpoint.com/?p=6709#comment-1708 In reply to maxresdefault.

It was Arch + Stock Xfce desktop + lightdm.
The theme is one of the stock Xfce title-bar styles. I forgot the name. I will update once I remember it.

]]>
By: maxresdefault https://www.debugpoint.com/install-java-arch/#comment-1702 Thu, 14 Apr 2022 21:10:48 +0000 https://www.debugpoint.com/?p=6709#comment-1702 What theme, window manager and/or desktop environment is that in your screenshots?

]]>
By: Arindam https://www.debugpoint.com/install-java-arch/#comment-1479 Fri, 28 Jan 2022 04:23:05 +0000 https://www.debugpoint.com/?p=6709#comment-1479 In reply to Kenneth Soares.

Buttons and labels display problem might not be related to the installation of Java. I am not a Java expert. But from my experience, it looks like Swing library and OpenJDK not being compatible.

I would suggest you to test your code in a spare Windows machine with Oracle Java and see the code works. If it works, then definitely OpenJDK compatibility issue. See openJDK is a strip down implementation of Oracle Java. So some features may not be available due to proprietary nature of the Oracle Java.

]]>
By: Kenneth Soares https://www.debugpoint.com/install-java-arch/#comment-1466 Sun, 23 Jan 2022 13:13:05 +0000 https://www.debugpoint.com/?p=6709#comment-1466 I have a problem where I try to run some code (using the javax.swing library) using jdk-openjdk version 17 (latest) and some buttons and labels don’t appear, some friends tried it on other systems but I can’t get it to work at all, tried to follow many tutorials but all say the same thing (which i did) and it still doesn’t work. could you help me with that please?

]]>
By: Arindam https://www.debugpoint.com/install-java-arch/#comment-1248 Mon, 01 Nov 2021 04:03:05 +0000 https://www.debugpoint.com/?p=6709#comment-1248 In reply to vishal.

Yes

]]>
By: vishal https://www.debugpoint.com/install-java-arch/#comment-1246 Sun, 31 Oct 2021 10:59:26 +0000 https://www.debugpoint.com/?p=6709#comment-1246 Will it work for Endeavour OS?

]]>
By: lol https://www.debugpoint.com/install-java-arch/#comment-1225 Sat, 23 Oct 2021 09:54:52 +0000 https://www.debugpoint.com/?p=6709#comment-1225 bruh

]]>
By: TheWickerman666 https://www.debugpoint.com/install-java-arch/#comment-755 Thu, 18 Feb 2021 06:55:37 +0000 https://www.debugpoint.com/?p=6709#comment-755 command should be

sudo pacman -S jdk-openjdk

missing a ‘d’ in the openjk

]]>