Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hello See please my Java version and Talend Studio. What the correct version need I to use in my pc?
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
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?
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.
Let me know if I have all please
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