Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello im trying to solve this problem , that i get evrytime i try to create a delimeted file (csv file). can you help please.
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at local_project.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput.main(ShadowFileInputToDelimitedOutput.java:967)
Erreur de prévisualisation. Des paramètres doivent être modifiés`
Note : Les erreurs de prévisualisation sont généralement liées à un mauvais paramétrage de l'encodage.
org.talend.designer.runprocess.shadow.ShadowFilePreview.preview(ShadowFilePreview.java:90)
org.talend.metadata.managment.ui.utils.ShadowProcessHelper.getCsvArray(ShadowProcessHelper.java:383)
org.talend.repository.ui.wizards.metadata.connection.files.delimited.DelimitedFileStep2Form$PreviewProcessor.nonUIProcessInThread(DelimitedFileStep2Form.java:1309)
org.talend.commons.ui.swt.thread.SWTUIThreadProcessor$1.run(SWTUIThreadProcessor.java:74)
i have both java 10 and 8 just to avoid problems of runing it with some old programs
Hello,
it worked after i installed it in an other emplacement on my computer (an other partition) then
i tried to uninstall all java in my machine then install just java 8
Thank you so much Sabrina
Hello,
We are not yet targeting Java 10. Please refer to this online installation guide about:TalendHelpCenter:Compatible Java Environments.
To force Talend to plug with Java 1.8, you can add these lines 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 is OK with you.
Best regards
Sabrina
Hello,
it worked after i installed it in an other emplacement on my computer (an other partition) then
i tried to uninstall all java in my machine then install just java 8
Thank you so much Sabrina
Hello,
Feel free to let us know if there is any further help we can give.
Best regards
Sabrina