Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have a problem executing the tWebService component. Error:
Exception in component tWebService_1 (Web)
java.lang.IllegalStateException: No compiler detected, make sure you are running on top of a JDK instead of a JRE.
I put screenshots of the process and Java configuration.
Error
I need help please.
Hello,
Please make sure that JDK installation path\bin has been added to the PATH system variable as this twebservice component requires an Oracle JDK to be functional.
Hope this article will help
How do I set or change the PATH system variable?
Best regards
Sabrina
Another possible cause/solution -- I was starting my Studio with a different vm than the Java one I was pointing to with my PATH and JAVA_HOME.
My 'Talend-Studio-win-x86_64.ini' file had this as its first two lines:
-vm
C:\Talend\6.5.1\jre1.8.0_131\bin\server\jvm.dll
My JAVA_HOME was pointing to a different java version:
C:\Program Files\Java\jdk1.8.0_144
I removed those first two lines from my .ini file, restarted Studio, and then the job ran fine (in Studio -- haven't tried in other environments yet).