Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of -1
0 answers
65 views

I created a standalone Java application that uses the Microsoft Fabric Livy API with JDBC Fabric to perform CRUD operations on a Lakehouse table. When executed for the first time, the application ...
Score of 1
0 answers
71 views

In a Java Spring Boot 4 app, I would like to configure a basic RestClient with some custom timeout values, in the simplest possible way. The app does not make any other use of HTTP clients. The rest-...
Score of -1
0 answers
41 views

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 ...
Score of 0
0 answers
73 views

i am writing a java spring boot program for a client side to a core service with a license. the client has to have the license to interact with core program. when i enter the whole license as a ...
Score of -3
0 answers
66 views

File->Create New File->Create Java Project failed without any outputs/logs. Environment: VS Code 1.133.0 (Windows 11), Extension Pack for Java, redhat.java  1.55.0, vscjava.vscode-java-...
Score of 3
4 answers
93 views

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, ...
Score of 1
0 answers
109 views

After displaying ActivityA, which is declared with the following attributes in AndroidManifest.xml, launching an unrelated app causes ActivityA.onDestroy() to be called. <activity android:name=&...
Score of -1
0 answers
49 views

I installed a different Java version along with Hadoop 3.4.0. Hadoop runs properly, but when I start Hive I get an error. To solve this, I tried deleting the Hadoop SLF4J JAR file, but then Hadoop ...
Score of 1
2 answers
218 views

Problem statement: Replace a file inside a zip file which is inside yet another zip file. Think the following hierarchy: root.zip |-- child.zip |-- file_to_replace.txt What I've tried: ...
Score of -1
1 answer
145 views

I'm uploading a file, but I'm getting a 500 Internal Server Error. The response cookies are not being returned by the server. The upload is performed in chunks. For the first chunk, the server is ...
Score of 8
1 answer
262 views

Trying to learn the new Gatherers API of Java streams and I see this statement in the javadoc of Gatherer: Each invocation of initializer(), integrator(), combiner(), and finisher() must return a ...
Score of -6
1 answer
158 views

So, you can make multiple methods with the same name and different parameters to handle different things. For example, if you have one line as public send( Train train, Point to ) and another one as ...
Score of 1
0 answers
74 views

Java version: 17.0.20 Tomcat version: 9.0.115 We are running a high transactions-per-second application, typically around 250 TPS. We load a jar at runtime by using class loader. This jar is present ...
Score of 0
1 answer
82 views

I need something similar to log4jdbc to log SQL statements initiated by the application along with their execution times via the JDBC driver side. However, instead of using log4jdbc's proxy-based ...
Score of -1
4 answers
248 views

Coming from Node/Python where I had nvm and pyenv, and now working on a couple Java projects that need different JDK versions. I tried the usual tools that come up in older answers, and honestly, they ...

15 30 50 per page
1
2 3 4 5
127660