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
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
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
14 votes
4 answers
39k views

Under Debian 11, we typically use OpenJDK from adoptopenjdk.net. This organization will no longer provide new releases: https://adoptopenjdk.jfrog.io/ui/native/deb/dists/ Is there a way to install ...
realtebo's user avatar
  • 1,035
3 votes
2 answers
9k views

I'm not able to install Java 21 on Raspberry Pi 5. I downloaded ARM versions from OpenJDK and Oracle, but neither works for me. When typing ./java, it prints: No such file or directory (I'm sure I'm ...
Bloodlex's user avatar
  • 131
3 votes
2 answers
900 views

I am wondering what happens when a process receives SIGTERM and it has children spawned (e.g. JVM that has /bin/sh commands running). Is there some sort of automatism or does the parent simply exit ...
RokL's user avatar
  • 153
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
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
1 answer
5k views

This is my first time making a bash script into a service and I'm running into an error where the service fails because it can't open a text file that is used for java arguments (user_jvm_args.txt). I ...
EChumley1310's user avatar
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
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
1 vote
1 answer
2k views

for example when I run sdkmanager this error displays: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema at com.android.repository.api....
Xichao's user avatar
  • 11
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

15 30 50 per page
1
2 3 4 5
60