Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Importing a Job from a jar file

Hi there.
Some source code has been lost... but I still have the external jar file created from the source jobs.
Is it at all possible to re-create the job from a jar file ?
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Not without decompiling the Jar, reading the obfuscated decompiled code and then manually recreating the Job inside Talend using the code as a crib. Unfortunately Talend is a code generating tool. If you lose the Talend XML job designs, you cannot get from the compiled Java back to those automatically. 

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Not without decompiling the Jar, reading the obfuscated decompiled code and then manually recreating the Job inside Talend using the code as a crib. Unfortunately Talend is a code generating tool. If you lose the Talend XML job designs, you cannot get from the compiled Java back to those automatically. 
Anonymous
Not applicable
Author

That's what I suspected.
Thanks for answering.