Skip to main content

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.

1 vote
1 answer
38 views

When I run make build I want to run mvn clean package, npm run build, then include a file from the NPM build output into the newly created JAR. This is successful when running the following commands ...
commadelimited's user avatar
1 vote
1 answer
68 views

I'm trying to develop J2ME game on Linux using this guide by microgram dev. The j2me emulator from Oracle Wireless Toolkit works totally fine after Linux reboot. I run some other apps like browser, ...
d9k's user avatar
  • 111
1 vote
1 answer
94 views

Since Java 10 as I recall, we can run Java source files directly from the command line: bash $ java Math.java The JVM compiles and executes the file automatically. However, in zsh, tab autocompletion ...
menteith's user avatar
  • 292
2 votes
1 answer
64 views

We were running a set of Java processes on an RHEL box. There was one or two particular services that used to go down due to OOM killer after every 2-3 weeks. We used to get alerts, and it was ...
Navneet Mishra's user avatar
2 votes
2 answers
3k views

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. ...
Marc Le Bihan's user avatar
0 votes
1 answer
102 views

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. ...
Hola's user avatar
  • 1
0 votes
0 answers
54 views

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 ...
mag_zbc's user avatar
  • 121
0 votes
1 answer
184 views

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 ...
Enock Prince's user avatar
0 votes
0 answers
34 views

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 ...
michaelbr's user avatar
  • 121
0 votes
0 answers
101 views

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 ...
Rebreb Gull's user avatar
4 votes
1 answer
217 views

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 ...
Cornelius Dol's user avatar
0 votes
0 answers
50 views

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 ...
Subesh poudel's user avatar
1 vote
1 answer
96 views

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 ...
Subesh poudel's user avatar
0 votes
0 answers
97 views

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 &...
Eduardo's user avatar
0 votes
1 answer
78 views

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 ...
Malkavian's user avatar
  • 131

15 30 50 per page
1
2 3 4 5
60