Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
tale103108
Contributor III
Contributor III

installing and using jasypt.jar in Talend Open Studio

Talend 7.3.1 Open Data Studio

Windows

Talend shows the jasypt JAR file installed (see attached screenshot).

I am creating a code/routine that needs to use the jasypt.jar.

What do I use in the Java code/routine to import the library / jasypt JAR file? What I am using does not work in Talend but works well in my Eclipse IDE.

(See error in 2nd attached screenshot where import fails.)

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

 

Can you please right click on the routine-->Edit routine libraries and point to the needed jar?

 

Regards,

tale103108
Contributor III
Contributor III
Author

Hi sletaief,

Is this your answer or a question? I mentioned the jar I needed in the text of the question - jasypt.jar (any version will do).

It is also mentioned in the screenshot. I am trying to use

 

import org.jasypt.util.text.AES256TextEncryptor;

 

This works in my Eclipse environment, but if I insert the above import into my Talend code routine, it does not work (does not find the jar).

So where is jasypt.jar? How do I import it into a routine? Or, to put it another way, how do I import jasypt.jar into the Routine I am creating?

Based on the second screen shot, jaspt.jar is installed in the Talend environment.