Skip to main content

Questions tagged [java]

Widely-used object-oriented programming language, emphasizing portability. Questions about programming with Java are off topic and should be asked on stackoverflow.com.

-1 votes
0 answers
20 views

Why do i keep getting an java.lang.NoClassDefFoundError: when running sbt?

I want to run a bot on windows. I'm trying to run sbt in cmd. I installed sbt and java 22 x64 MSI Installer. I ran sbt but i keep getting an error. I think maybe this has to do with java so i ...
Lily White's user avatar
-4 votes
0 answers
15 views

Firmware interactions using C++ [closed]

I want to use C++ and a firmware library to make a program that is malware that can overwrite the CMOS with bad settings, shut down the computer, cause post fails and overwrite the flash drive to ...
AwesomeCoder123's user avatar
0 votes
1 answer
14 views

50% of my request to Squid used as a proxy and setup with BasicAuth receive a 407, the other half works as expected. Why?

I have a Java application that needs to ping third party websites. To make it safer, I use Squid as a proxy: +-----------+ +-------------+ +--------------------+ | Java App. |---->| Squid ...
Alexis Wilke's user avatar
  • 1,650
0 votes
0 answers
51 views

Windows 11 - Screen goes black for an instant when changing volume or brightness when Minecraft is in Fullscreen and it's using integrated GPU

When Minecraft is in Fullscreen and running in the integrated graphics and I change the volume or the brightness, the screen goes black for about half a second, after that, the screen looks normal (...
user392154's user avatar
0 votes
0 answers
13 views

In Red Hat Developer Studio (similar to Eclipse), can't create bookmark inside a .xhtml file

Inside Red Hat Developer Studio (similar to Eclipse), if I open a .xhtml file, I can't create a bookmark. But I can create bookmark for .java file. What I tried - I looked into Window -> ...
Rsc Rsc's user avatar
  • 11
0 votes
0 answers
79 views

Jenkins Installation Fails with Error 1603 Using Chocolatey on Windows

I'm encountering an issue while installing Jenkins via Chocolatey on Windows. Initially, I received an error about Java not being available, which I resolved by setting JAVA_HOME and updating the Path ...
Foad's user avatar
  • 662
2 votes
1 answer
419 views

Legacy Portable Firefox to run legacy portable Java only and ignore local install of Java

I have multiple systems that require legacy browsers and Java. I need Portable Firefox to run the Portable Java JRE version and not the Java JRE installed on the OS. One of these legacy systems is the ...
S.Mahmood's user avatar
  • 103
0 votes
0 answers
31 views

why glassfish crashs randomely

I'm using oracle-glassfish3.1.2 on java 1.7 (I know these technology is a little dated) , when I start the server I use the verbose option: asadmin start-domain --verbose; I've also used asadmin to ...
fraaanz's user avatar
0 votes
0 answers
181 views

Error Handling in spring cloud gateway filter factory

I have a spring cloud gateway which has 2-3 filter factories which essentially mutates incoming requests to json. So when one of the backend microservices respond with a HTTP-400 or 404 the postman ...
hk18's user avatar
  • 21
1 vote
0 answers
1k views

Doesn't exists Java JRE 17?

I need the java JRE v17 but I cannot find it. Looking into https://www.java.com I can find only Java JRE v8 only. Looking in https://www.oracle.com/it/java I can find JDK 17 but not its JRE. What I'm ...
Tobia's user avatar
  • 2,301
-2 votes
2 answers
166 views

How to make windows .exe executables in Linux [No Duplicate- Extended Version] [closed]

Let me describe what I want to do. I want to make a software/application that I can run on both Linux and Windows. It could be any language for example: cpp,java,python.I need to know what is the ...
Sohan Arafat's user avatar
0 votes
1 answer
64 views

Minecraft Server doesn't let others connect when running the .jar using java (instead of javaw)

I'm running a small Minecraft server using ipv6. The relevant port has been forwarded in both the firewall and the router. My friends are able to connect to the server correctly, BUT ONLY if the file ...
Aze0n's user avatar
  • 11
0 votes
0 answers
47 views

Java : What calls could be executed behind the scene to open a UDP socket on port 7500?

Executing nestat shows the UDP protocol being accessed on port 7500 > netstat -naptu | grep 7500 udp 0 0 0.0.0.0:7500 0.0.0.0:* 13500/java udp ...
Unhandled Exception's user avatar
0 votes
0 answers
216 views

Using Jdk1.8 and installing openjdk 11

I had a working java 8 application in my windows asset until I installed jdk11 using Ubuntu package. Now when I give java -version cmd in Ubuntu I get the openjdk 11 version: $ java -version openjdk ...
user avatar
1 vote
1 answer
60 views

How to launch the G.Projector NASA app on macOS with openJDK?

I'm trying to launch G.Projector on macOS M2 but it complains about lack of Java 11. However, I have openJDK and Java installed. I dowloaded the “requires Mx "Apple silicon" Mac with ARM64 ...
Dominik Roszkowski's user avatar

15 30 50 per page
1
2 3 4 5
159