i m new in talend and i have instaleed both talend and mysql but creating connection problem .it is showing runtime exception of jdbc driver not installed.
how to resolve this.pls help
The components usually ask for installing the missing library (Talend calls them modules).
If you know what jar file have to install simply copy the jar file in the folder:
depends on the release:
<studio-root>/lib/java/
or
<studio-root>/configuration/lib/java/
you have to restart the studio.
Hi everyone!! I'm newbie on the forum and with Talend so I don't know if my post it's ok right here. Sorry.
First of all the installation of the tool seems to be ok. But when I tried to make a new connection to my postgres DB it's shows me a ClassNotFoundException because it doesn't find the drivers. I checked up the problems view or something like that and it appears that the driver installed quite well so I can't figure out where it is the problem. Thanks in advance.
Could you please paste the whole error message printed on console into forum? Which jar are you missing? Is this required jar right located in <StudioPath>/lib/java?