Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am new to Talend, I have created few simple jobs and all of them are throwing same errors.
Below is the job after I hit run
Below is scree for my installed JRE
Below is my environment variable
Hi @utpalparekh ,
I faced the same issue due to availability of different java version in the system.
If you are not using java 1.7, try uninstalling it and then execute the job. there may be chance to overcome this issue.
Thanks,
Joe
Don't forget to give kudos when a reply is helpful and click Accept the solution when you think you're good with it.
Hello,
What's talend build version are you using? For v6 of Talend products JDKv1.8 is required instead of JRE. If that requirement is met, ensure JDK bin is included in your PATH environment variable and is being reached.
Best regards
Sabrina
My Installed JRE location was pointing to 7.0 directory..
Hello,
I have similar compile error for TalendDate :
org.talend.designer.runprocess.ProcessorException: Routines "TalendDate" has compile errors
Error Line: 298
Detail Message: Lambda expressions are allowed only at source level 1.8 or above
I'm trying to compile a Spark batch job, with compatibility with Java 7, because the cloudera cluster we are using has java 7.
(Settings like images below.)
Already removed old java version and downloaded the last java 8 update.
Any suggestions?
Thanks