Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
Hello
I installed talend and i set talentd*.ini file to
-vm
C:\TALEND\Client_701\jre1.8.0_131\bin\server\jvm.dll
-vmargs
-Xms512m
-Xmx1536m
-Dfile.encoding=UTF-8
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-vm C:\Program Files\Java\jdk1.8.0_201\bin
I am getting the following error
object is not an instance of declaring class
Preview error. Some settings must be changed.
Note: Preview errors are generally due to a wrong encoding setting.
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Who can help me on this?
thanks
You have spaces in your vm directory. Please try
-vm "C:\Program Files\Java\jdk1.8.0_201\bin"
Furthermore, you are setting "-vm" twice and I believe the first line in your ini is wrong. Try removing it.
Not sure if this solves your issue though.
You have spaces in your vm directory. Please try
-vm "C:\Program Files\Java\jdk1.8.0_201\bin"
Furthermore, you are setting "-vm" twice and I believe the first line in your ini is wrong. Try removing it.
Not sure if this solves your issue though.