Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I'd like to try Talend MDM on Ubuntu 18.04 box and thought it's open source so must be a Linux version. But I can only see Windows and Mac OSX downloads but not Linux. Did I miss something. Please kindly enlighten me. Thanks!
Best,
- C
just scroll to bottom of page and select Other Versions
just scroll to bottom of page and select Other Versions
Aha... Got it. Thanks! @vapukov
- C
That works. Thanks.
And do you know how to build Talend from source code? I pull the source code from git but looks like some key part is missing.
The error is something like:
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.talend.mdm.commmon 7.1.2.qualifier
[ERROR] Missing requirement: org.talend.mdm.commmon 7.1.2.qualifier requires 'bundle org.talend.utils 0.0.0' but it could not be found
And I couldn't find org.talend.utils anywhere in github or Talend website... Any ideas? Thanks.
Best regards,
- C
first - check Java version (installed and default if more than 1)
it must be JDK 1.8 Oracle or Zulu (not 10, not 11 🙂 )
It is Oracle JDK 8:
C:\ws\tmdm-common-maintenance-7.1>java -version
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
Anything else I should check? Thanks.