Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
FSternberg
Contributor III
Contributor III

tfileUnarchive component error

Hello, I hope that you can help me.

I am starting the development of one project and the first phase will unzip some files on the same directory.

The problem is that I am facing one problem with the component tFileUnarchive and it is not working (message in Attached).

I am running only this component for identify the problem because when for example I change by tFileCopy this is working.

Could you guide me how I could solve that? I can not go on because it is the mandatory for the project.

thanks

Labels (3)
7 Replies
Anonymous
Not applicable

This looks like a Java version issue. What versions are you running on your machine? The Java requirements can be found here...

https://help.talend.com/r/en-US/7.3/installation-guide-open-studio-for-data-integration-windows/compatible-java-environments

 

FSternberg
Contributor III
Contributor III
Author

Hello See please my Java version and Talend Studio. What the correct version need I to use in my pc?

 

Anonymous
Not applicable

You need the runtime (JRE) that comes with the development kit (JDK). From what you've shown it looks like you only have the JRE.

 

Open a terminal and type ....

 

java -version

 

....then type....

 

javac -version

 

These two commands will tell you what versions you have running. The javac one is the compiler, you only get that with the JDK

FSternberg
Contributor III
Contributor III
Author

the command javac did not found. Java - version ran ok 1.8.0.181 .

Need to install Java SE Development Kit 11.0.10

, correct?

Anonymous
Not applicable

I would go with 11, yes. Then you need to make sure that your system variables are configured properly. So PATH and JAVA_HOME at least. Your JRE must be the one that comes with the JDK, so check out the folder structure once it is installed. It should hopefully make sense when you see it.

FSternberg
Contributor III
Contributor III
Author

Let me know if I have all please

Anonymous
Not applicable

You need to use the javac -version command, not just javac. However, it looks OK. You may want to check out this page.....

 

https://help.talend.com/r/en-US/7.2/installation-guide-open-studio-for-big-data-mac/configuring-jdk-path-in-talend-studio