Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
sanjeevini
Contributor III
Contributor III

Recreate the Job from .jar file

Hi ,

I dont have .item file of a job. I only have .jar File of the Job. Is there any way to create the job in Studio using .jar file of the job.

Thanks

-Sanjeevini

Labels (3)
1 Solution

Accepted Solutions
Jfoster1657625676
Contributor II
Contributor II

Use the following command to update the file via Java's jar utility,

<JAVA_HOME>/bin/jar -uvf <jar-file-name> <modified file path>

In your case lets say the jar file name is simple.jar,

<JAVA_HOME>/bin/jar -uvf simple.jar css/Dinar Detectives Update

 

View solution in original post

2 Replies
gjeremy1617088143

Hi @Sanjeevini Patil​ , i think it's not possible. The only way to recreate a job , will to use a decompiler, look at the java code and try to recreate what it done in Talend.

Send me love and kudos

Jfoster1657625676
Contributor II
Contributor II

Use the following command to update the file via Java's jar utility,

<JAVA_HOME>/bin/jar -uvf <jar-file-name> <modified file path>

In your case lets say the jar file name is simple.jar,

<JAVA_HOME>/bin/jar -uvf simple.jar css/Dinar Detectives Update