Talend Open Studio was pulled in early 2024 by Qlik.
However, the open source project has been picked up and renamed ‘Talaxie’.
Today when running the latest stable version (version 8.8.8) on a fresh Windows VM I got the following error after launching:
Talaxie java.lang.NoClassDefFoundError: org/talend/designer/runprocess/maven/MavenJavaProcessor
The solution was to install the Java Development Kit rather than the runtime. I used: AdoptOpenJDK ‘JDK x64 v17’. After installing and running:
> java --version
openjdk 17.0.13 2024-10-15
OpenJDK Runtime Environment Temurin-17.0.13+11 (build 17.0.13+11)
OpenJDK 64-Bit Server VM Temurin-17.0.13+11 (build 17.0.13+11, mixed mode, sharing)
Talaxie opened and ran without issue.