LionelGoulet · Stack Overflow

Score of 0

0 answers

20 views

Why ISN'T it in the classpath? rev. 2.0

I'm trying to get a Java/Clojure interop program running using IntelliJ, Cursive, and Leiningen on Windows 10. The program executes one line. On the 2nd executable line it fails with ...

  • reputation score 575

Score of 0

0 answers

22 views

SQS messages sent with delay are intermittently failed

I have an AWS Lambda receiving messages from an SQS queue via an event source mapping. The Lambda receives a message, checks on the status of a server, and then sends a wakeup message to itself with a ...

  • reputation score 4348

Score of 0

0 answers

43 views

Netty client not closing properly

I am running a Netty TCP server and client test on my local machine using io.netty 4.1.20.Final. I'm encountering an issue: after the client sends a message and receives a response, I manually close ...

  • reputation score 564

Score of 0

1 answer

38 views

Hive 3.1.3 fails with ClassCastException on Java 17

I installed Hive 3.1.3 with Hadoop 3.5.0 on Ubuntu 24.04 using OpenJDK 17. When I run hive, I get: java.lang.ClassCastException: jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to ...

  • reputation score 9

Score of -6

1 answer

66 views

Time limit exceeded in Strings Rotations of Each Other [closed]

Time limit exceeded when use string.indexOf(...) but passes when using string.lastIndexOf(...) in Java for the problem: You are given two strings s1 and s2, of equal lengths. The task is to check if ...

  • reputation score 9

Score of -2

0 answers

101 views

Why isn't it in the classpath? [closed]

I'm trying to get a Java/Clojure interop program running using IntelliJ, Cursive, and Leiningen on Windows 10. The program executes one line. On the 2nd executable line it fails with ...

  • reputation score 575

Score of 0

1 answer

166 views

How to configure RestClient timeout in Spring Boot 4?

Our existing Java Spring Boot 4 app injects a basic RestClient bean into several classes. The app does not make any other use of HTTP clients. Now I would like to configure the RestClient with some ...

  • reputation score 14854

Score of -1

0 answers

67 views

SDKMAN not installing java-28.0.0+ea.10-open.zip

I am trying to install from the terminal using the command: sdk install java 28.0.0+ea.10-open And it fails with Repackaging Java 28.0.0+ea.10-open... __sdkman_post_installation_hook:16: no matches ...

  • reputation score 265

Score of 4

3 answers

136 views

How to make icon show with jpackage if in AppData

I was trying to compile my JavaFx application to .exe, and I am trying to design it for one install per user, but when it is installed on the user's %LocalAppData% directory, the icon doesn't show, ...

  • reputation score 62

Read the original on stackoverflow.com ↗