Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Getting various errors when trying to run any job in Talend Studio. I have installed the latest version of the jdk and set the windows environment variables so that javac.exe is executable from anywhere. What am I missing? I'm new to Talend so apologies if this is a stupid question.
Hello,
Does this issue repro all your jobs or a specific one?
Please make sure that it is to do with the JVM or it is to do with the some of the coding errors in your current job.
Best regards
Sabrina
Hi Sabrina,
The issue is occuring with all jobs, even a simple "Hello World" tMsgBox.
Kind regards,
Marcus
Hello @Makasu ,
Have you ever executed your job successfully in your studio? If not, could you please re-install your studio completely to see if it works?
Best regards
Sabrina
Hello @Makasu
Please make sure you removed the \bin from the value in the column Location.
Go to studio -> Window -> Preferences -> Java -> Installed JREs
For example;
Location was set to
C:\Program Files\Java\jdk1.8.0_***\bin
It should be set to :
C:\Program Files\Java\jdk1.8.0_****
Best regards
Sabrina