Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 views

Here is my dilemma, I need to query ALL 4 nodes in Firebase Realtime DB in an Android Java app (I have this working fine in iOS): PlayerInGroup Users PlayerPicks Teams I start by getting the ...
Learn2Code's user avatar
  • 2,320
-1 votes
0 answers
78 views

Then my plugin, written in C, is loaded it makes an initial call to JNI_CreateJavaVM(). It seems to fail completely at random. Running it one time might fail but the next time it might succeed. It ...
Fabel's user avatar
  • 1,795
Advice
0 votes
2 replies
64 views

I am structuring the command and response models for my service layer. Currently, putting all models into a single, flat folder (like /commands or /responses) is becoming hard to manage due to the ...
Quốc Dũng's user avatar
Advice
0 votes
4 replies
47 views

We have a very large java code base and we are looking for some tools which show technical debt and also shows return of investment in terms of time and money on resolving those issues. Please suggest....
Sanjay's user avatar
  • 313
-4 votes
0 answers
51 views

I have a Spring Boot application that scans uploaded image files using ClamAV before storing them. The scan is performed by streaming the file bytes to the ClamAV daemon using the INSTREAM command via ...
Surya Teja Chavali's user avatar
0 votes
1 answer
37 views

I am migrating a Spring Boot 3.x application to use Java Virtual Threads. I have replaced my standard async executor with a virtual thread executor: @Bean public Executor taskExecutor() { return ...
Max's user avatar
  • 765
Best practices
0 votes
6 replies
84 views

I am splitting a Java program into multiple questions for a programming assignment. The goal of the program is to read a message from the user and return only the capital letters in that message. If ...
Li Dekai's user avatar
1 vote
1 answer
25 views

I'm trying to forward file from http download to s3AsyncClient. Its important for it to be asynchronous, and close to zero copy, so i used netty HttpClient and S3AsyncClient and I pass file through ...
John Jeromin's user avatar
Tooling
0 votes
1 replies
53 views

I'm making a java program to controller a RC Car and a want to control it with a wireless xbox controller. I've tried JInput, but without hot-pluging I don't want to use it. I've seen people recommend ...
yibist's user avatar
  • 21
Advice
0 votes
1 replies
237 views

The Imagine project is looking for partners to promote The Second World Digital Strike on Feb 24 2027 We need 51% of humanity to join 2nd strike then wars stop We need 51% of humanity to join 2nd ...
user avatar
0 votes
2 answers
39 views

I have a dataproc java Spark job that processes a dataset in partitions and inserts rows into batches. The code uses rdd.mapPartitions with an iterator, splitting rows into batches (e.g., 100 rows ...
Aakash Shrivastav's user avatar
1 vote
0 answers
57 views

I'm using the Java printing API [1] to print to a printer using CUPS. We are using Java 8 for Java client and CUPS 2.2.6. The Java process is on the same server as the CUPS daemon where all printers ...
OscarRP's user avatar
  • 115
Advice
0 votes
18 replies
197 views

i am currently lost. I am learning Java at school and we have a Project in which a group needs to explain a certain thing in Java. Mine is Interfaces. I am trying to research on what exactly ...
Snawa's user avatar
  • 1
Advice
0 votes
1 replies
49 views

I am automating job applications on Naukri.com using Selenium WebDriver in Java. My code successfully navigates to the job page and opens the job details, but I am unable to click on the 'Apply' or '...
Er. Shivam Parashar's user avatar
5 votes
1 answer
128 views

Consider: @AllArgsConstructor(onConstructor_ = @Autowired) I used this @AllArgsConstructor Lombok annotation in my class repository during Spring Boot work. cannot find symbol symbol: method ...
user32299629's user avatar

15 30 50 per page
1
2 3 4 5
127800