Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
JurajkoDS
Contributor II
Contributor II

JVM Compatibility Error - Still Unsolved

 

Hi, I have been trying for a couple days to solve the JVM compatibility error.

I get the error when I try to run a job from my imported Talend workspace.

The Java I have installed is of version 11. The compiler is set to 1.8 by default.

I've tried several things:
- Modifying a configuration file of Talend and then adding a Java path as well.

- Getting third party modules to see if it would help resolve the error.

- Reinstalling Java and Talend. I also tried different versions, such as 8 and 22.

I've also tried different solutions that I could find online but none of them seemed to work.

Please help, I can also supply more information if needed.

I am also attaching the support logs.

Kind regards,
J.

Labels (3)
2 Replies
MahiwalVinit
Creator
Creator

log shows you one of job has compilation error, this should be fixed 
At least job "loadConfiguration" has a compile errors, please fix and export again.
Error Line: 1687
Detail Message: The method getAudit() from the type GlobalSettings refers to the missing type DbConnectionSettings

if its Talend 8 please The compiler version set to 11

savery
Contributor
Contributor

starting from minecraft 1.18 the game requires java 17 minimum, that's what the error says, you're using java 12 and game needs java 17

look up openjdk 17 temurin from adoptium and use that instead of trying to use java 12 for 1.18+

other than that, java 12 might work for older versions (1.17.x and before) but i can't guarantee that, java 8 is what they usually require so you can download that too just in case