Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i can see Smartsheet schema , but when i run getting JVM combability error ? any idea
Hello,
Did you get error message on console when execute your job in studio and it says there are Problems with the JVM Compatibility?
If so, please make sure you are in a supported Java environment and proper version of JDK is installed.
Best regards
Sabrina
Hi Sabrina
Thank you for reply , yes when i run then i get the error
Hello,
I would recommend using JDK instead of JRE
• Set the JAVA_HOME Environment variable:
• Define your JAVA_HOME environment variable so that they point to the JDK installation directory.
• Example: C:/Java/jdk1.8.0_xx
• Add the previously defined JAVA_HOME variable to the Path environment variable.
• Example: <PathVariable>;%JAVA_HOME%\bin.
Additionally, if setting the JAVA HOME fails add the following line in the .ini file (example: Talend-Studio-win-x86_64.ini) for studio:
-vm path to java bin
Example:
-vm C:\Program Files\Java\jdk1.8.0_xx \bin
Let us know if it helps.
Best regards
Sabrina
it seems the double quotes are missing around the driver name,
"cdata....jar"
Hi song
No its actually automatically come , when we give the path of the jar
It is a compilation error, we usually open the job generated code tab to see which lines has the error.
hi song
Yes your are correct , line no 789
if i remove the Access Token its work , but access Issue Coming , any suggestion ..