Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
25 views

screendump and screendump2 and screendump3 I just can't figure it out and I'm begging for insight. Im writing an email app and Im beginning with examples Ive found lying around. My code has the ...
Dave Martin's user avatar
0 votes
0 answers
15 views

I am getting the following error while inserting data into a GridDB container: 60079 DS_TIM_ROW_DATA_INVALID ERROR Registration of row failed. Value of column in row specified for row registration, ...
Omar Esawy's user avatar
Advice
1 vote
6 replies
45 views

For instance, programs for determining if this description applies. Of course it probably presupposes being able to find an appropriate algorithm. The programs could be in any language, though I have ...
where be coffee's user avatar
Advice
1 vote
3 replies
59 views

I am a beginner learning Java and data structures. I understand that both ArrayList and LinkedList are implementations of the List interface, but I am confused about when each one should be used. Can ...
Devika Polavarapu's user avatar
1 vote
0 answers
34 views

Relevant information: Environment Vars xxx@genV:~/git/OmegaGitHUBRepo/omegaFxProject$ echo $JAVA_HOME /lib/jvm/java-25-openjdk-amd64 xxx@genV:~/git/OmegaGitHUBRepo/omegaFxProject$ echo $GRAALVM_HOME /...
A Abraham's user avatar
-3 votes
0 answers
29 views

I need my JSON output to show the "idTransanction" and "details" fields first for logging purposes. Currently, Jackson alphabeticalizes them or follows a random order. Is there an ...
OSCAR GUILLERMO SANDOVAL GARCI's user avatar
Advice
1 vote
6 replies
122 views

I’m an early-career dev deciding what to double down on for job hunting in the next 3–12 months. I keep hearing conflicting stuff — “Java is dying”, “junior Java roles are super limited/competitive”, ...
diluc's user avatar
  • 1
-2 votes
1 answer
73 views

I can run java: C:\\PROGS\\java\\Oracle\\jdk-8\\bin\\java -version java version "1.8.0_441" Java(TM) SE Runtime Environment (build 1.8.0_441-b07) Java HotSpot(TM) 64-Bit Server VM (...
albertkao9's user avatar
Best practices
0 votes
1 replies
44 views

I have been learning about the double-checked locking problem in Java, and the Java Memory Model and which optimisations are permitted to be made to a program's execution. I am currently addressing a ...
arch's user avatar
  • 469
0 votes
1 answer
55 views

I'm making a Fabric 1.21.11 mod (Mojang mappings, GeckoLib 5.4.4) with a custom whale entity that extends Animal. The whale won't swim properly. It either stands still, floats to the surface, or gets ...
Jakub Polak's user avatar
-2 votes
0 answers
42 views

Error: Could not find or load main class com.backend.PFE.PfeApplication Caused by: java.lang.ClassNotFoundException: com.backend.PFE.PfeApplication Class PfeApplication is located in src/main/java/...
Geek IT's user avatar
0 votes
1 answer
38 views

I have a Gradle project with different dependencies. I now want to make sure that all source Java classes in my project are starting with the same packages. How can I achieve this with ArchUnit?
Harold L. Brown's user avatar
Best practices
1 vote
3 replies
62 views

I am building a Text-to-SQL application where an LLM generates PostgreSQL queries based on natural language. These queries are executed against a database using a strict read-only user. However, as an ...
Nelson Wang's user avatar
-6 votes
1 answer
65 views

public class MyService { @Transactional public void doSomething() { // How can I check here? } } I have a Spring Boot service method annotated with @Transactional. How can I ...
projectsrv007's user avatar
Best practices
3 votes
2 replies
57 views

My context I have a large Java Spring-Boot project that have fitted in an hexagonal architecture. It is focused on cities and local authorities problematic, and study various subjects: cities, ...
Marc Le Bihan's user avatar

15 30 50 per page
1
2 3 4 5
127792