Questions tagged [java]
Java is a general-purpose programming language and a computing platform called the Java Virtual Machine (JVM). Use this tag when you are dealing with a java program, installing java, or configuring a java installation.
890 questions
1
vote
2
answers
143
views
Is installing openjdk-21-jdk on Debian 12 from jdk.java.net .deb safe, if its openjdk-21 package looks not working on Debian tracker?
Because Java 25 LTS is coming soon (September 2025) and I've not even yet installed Java JDK 21 LTS (September 2023), I've attempted to do so with a sudo apt install openjdk-21-jdk on my Debian 12. ...
0
votes
1
answer
38
views
Issue Starting Java Application on RHEL Server
I’m experiencing an issue when trying to start a Java application on a RHEL server. I’m confident that the application itself is configured correctly, as it runs without any problems on other servers.
...
0
votes
0
answers
15
views
Netbeans - Run/Debug the project as root
Is there a way to run/debug my Java program from Netbeans as root?
Context: I'm working on RaspberryPi 4 and using PI4J library to access GPIO. Lib offers several I/O Providers and the only one that ...
0
votes
1
answer
110
views
Java installation issue on Oracle Linux 7.9: "cannot execute binary file" error
I am trying to install Java on a Linux server.
Linux server details
NAME="Oracle Linux Server"
VERSION="7.9"
System Architecture
x86_64
What I have tried so far
I have downloaded ...
0
votes
0
answers
25
views
what fonts do I need for DimSum Chinese Mandarin Tools?
I found DimSum years ago (I installed it on Windows), it helped me to translate English to Chinese, but unfortunately the project is abandoned, the site is still there, but many links are broken. My ...
0
votes
0
answers
58
views
Unable to run Logic 2010 on Linux in ChromeOS
I am trying to install Logic 2010 (download link), which uses Java, on the Linux virtual machine in ChromeOS.
I followed steps 0 to 2 in a guide from Reddit, copied the Java folder into the Resources ...
4
votes
1
answer
108
views
Can Linux files systems resolve a relative path before resolving symlink?
New Linux user here, freshly transitioned from Windows 10 to Fedora 41. Lot's of experience with many OS's, including various *nix and Unix-like file systems.
I have a standard practice of using ...
0
votes
0
answers
32
views
Java 11 DocPrintJob throw IOException for -o flags with AIX print spooler
I am using the Java Print Service API (javax.print) to send print jobs to a specific printer queue on an AIX system. While my code works fine with Java 8, switching to Java 11 causes it to fail with ...
1
vote
1
answer
61
views
Temenos Printing Error on AIX: Unsupported lpr Flags (-J and -o) with Semeru Runtime
I'm running a Temenos application on an AIX 7.3 system configured with the AIX spooler. The lpr command works fine when tested manually. However, when the application attempts to print using Java's ...
0
votes
0
answers
57
views
Linux Server swap memory problem
I have the same problem on all servers running Java processes.
I have lots of available memory. But my swap is full of Java-related pages.
But the system never cleans its swap, Java pages stay there &...
0
votes
1
answer
47
views
almalinux 9 tomcat 10 openlogic java 11 error HTTP Status 404 – Not Found
I would like to troubleshoot an issue that I think it happens only in my just made up environment. I have an almalinux 9 with apache tomcat 10 and openlogic jdk version 11.
Installation seemed to work ...
0
votes
0
answers
39
views
ADB server does not ACK if it is launched inside Linux chrooted / jailed / emulated with the Linuxulator
I'm trying to connect to my mobile phone using adb over wifi using the Linuxulator because I want to install a specific java application that requires Linux to work. I have already used Linux ...
0
votes
0
answers
19
views
Multiprocess Java app locks up routinely
TL;DR - Why does our Java app in an ECS Docker container hang when launching 8 child processes, with the smoking guns being a hung cat /proc/<pid>/cmdline command or the presence of jspawnhelper ...
0
votes
1
answer
228
views
How to fix a locale warning from Perl?
Ubuntu 22.04 LTS
perl -e exit:
...
0
votes
2
answers
302
views
Removing Gradle with all dependencies
I have installed Gradle via Synaptic Package Manager. During the installation process, two auxiliary packages were installed, plus a large amount of different dependencies, and the process was quite ...