Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to download prebuild Open Studio for Linux?

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

Labels (3)
1 Solution

Accepted Solutions
vapukov
Master II
Master II

just scroll to bottom of page and select Other Versions

View solution in original post

5 Replies
vapukov
Master II
Master II

just scroll to bottom of page and select Other Versions

Anonymous
Not applicable
Author

Aha... Got it. Thanks! @vapukov 

- C

Anonymous
Not applicable
Author

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

vapukov
Master II
Master II

first - check Java version (installed and default if more than 1)

 

it must be JDK 1.8 Oracle or Zulu (not 10, not 11 🙂 )

Anonymous
Not applicable
Author

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.