close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Tooling
0 votes
0 replies
73 views

I am migrating a legacy Java application from Java 8 to Java 17 and weblogic 12c to weblogic 14.1.2. The application is built using ADF and Struts and deployed on WebLogic 14.1.2. The project uses ...
Score of 0
0 answers
208 views

I did started a project, using java 1.8. In this project, I’m reading and writing xml files. So, I added those imports: import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers....
Score of -4
1 answer
276 views

I have been assigned a Java migration task. Currently, I am using Java 8 (32-bit), and now I need to migrate to Java 17 (32-bit). However, I noticed that there is no 32-bit version of Java 17 ...
Score of 4
1 answer
179 views

I have a Linux C++ application that creates a shared memory using ftok() to create a key based on a file and then shmget() to create a shared memory for the key. How do I attach to this shared memory ...
Score of 1
0 answers
88 views

I need to migrate a project from Java 1.8 to Java 17 and I have troubles with a token generator. Actually the generation is this (Java 1.8): public String generateId(String id) { return ...
Score of 1
0 answers
105 views

I'm in the process of upgrading a legacy project from java 6 to java 17. When trying to build with jdk17, I’m running into two different issues depending on the GWT version I use. 1- Using old GWT ...
Score of 4
1 answer
94 views

I am using the javax.tools.DocumentationTool to parse the Documentation of my source code base. I am using Java 17 jdk to run. It is triggering an javax.lang.model.element.UnknownElementException ...
Score of 0
1 answer
255 views

After upgrading from Java 11 to Java 17, I'm encountering compilation errors related to Lombok's @FieldNameConstants annotation. I'm also using MapStruct, so I'm mentioning that in case that could be ...
Score of 0
1 answer
140 views

In my code (Java 17) I am used to handle exceptions from combined CompletableFutures with get() like this: try { CompletableFuture.allOf(someFuture, someOtherFuture).get(); } catch (...
Score of 0
0 answers
154 views

I am upgrading my application from Java 8 to Java 17 and Spring boot to 3.2.4. I am facing issues while upgrading lombok dependency. I have upgraded lombok to the following dependencies { ...
Score of 1
0 answers
145 views

Am trying to learn Quakus and am trying to build a native application using the command mvn package -Pnative and am facing the following error: [ERROR] Failed to execute goal io.quarkus.platform:...
Score of 3
0 answers
122 views

Rendering a JComboBox after calling setEditable(true) on macOS looks bad. I really like 99.9% of AquaLookAndFeel so I won't be switching to MetalLookAndFeel. Making the app require Java 20 is not ...
Score of 0
0 answers
99 views

I am trying to migrate our API to Java 17 and Spring 6.2x version and I have some issue with the MapStruct. The qualifiedByName is recognized for some and other result in following error: error: ...
Score of 0
0 answers
104 views

Latest version of Oracle SQL Developer (24.3) has a problem opening and saving Worksheet files that contain the hash (#) character. The ‘open file’ dialog strips off any part of the filename after a ...
Score of 0
0 answers
155 views

here is the datasource. This was observed only after the java upgrade from 8 to 17. and wildfly upgrade. Any thoughts on Error 2 and 3 ? Errors: HeuristicMixedException This got solved after setting ...

15 30 50 per page
1
2 3 4 5
88