Monday, December 25, 2023

DECOMPILING IIB BAR FILE TO IIB PROJECT

 Dear Readers,


Since I started IBM IIB ACE 12 development, one of the questions in my mind was that how to decompile IIB Project from its Bar file (for example like decompiling DLL in .NET). Today I am sharing that how can we achieve it by following below steps.


1) Create an IIB Project with the same name which is reflected in side your bar file. for example, APP_Demo.

2) Now, right click on that project, go to "Properties" and see where is it located. Browse that folder.

3) Once completing Step2, goto Bar file and extract it and copy all folders from that to the location of Step 2.

4) Recompile the project to see if any error appears and do the same for any library (if shows missing).

By following above 4 steps, you have successfully decompiled BAR file. HURRAY !!! 


As always wrote, please leave your comments to reflect authenticity of this article. 


No comments:

Docker Tutorial

 I have listed all the necessary commands of Docker below. In case if any is missing or if any improvement required, please share in comment...