I have installed Talend on my droplet uses ubuntu. Talend is installed as listed here.
I am getting following exception while trying to open talend on my windows machine using putty.
TOS_DI-linux-gtk-x86_64: Cannot open display: SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. TOS_DI-linux-gtk-x86_64: Cannot open display: TOS_DI-linux-gtk-x86_64: An error has occurred. See the log file /root/TOS_DI-20151214_1327-V6.1.1/configuration/1461603806824.log.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This is most likely due to the fact that you don’t have an X server installed on your windows machine.
I would advise that you follow this guide to configure Xming and puTTY to allow X11 forwarding:
https://wiki.utdallas.edu/wiki/display/FAQ/X11+Forwarding+using+Xming+and+PuTTY
Best of luck!