Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 sanjeevini
		
			sanjeevini
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 Jfoster16576256
		
			Jfoster16576256Use 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
 gjeremy16170881
		
			gjeremy16170881Hi @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
 Jfoster16576256
		
			Jfoster16576256Use 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
