The Linc2J2EE solution
This section will show you where is located and how to use the migrator solution
The Linc2J2EE was built with different projects, including C# projects and KowTow. In the Conversion tool VM, you can find all the projects that are part of the conversion tool.
If you want to debug using the conversion tool solution, or you need to make any changes in the main solution, you need to open the solution file located in:
G:\workspace\Linc2J2EE\LincConverter\LincSolution\LincSolution.slnThe entry point of the conversion tool is in the class LincConverter

If you want to debug you need first to run execute the migrator. Remember that a Console.In.Read was added to allow anyone to be able to debug. Before entering any character and hitting enter, go to the Debug menu in Visual Studio and select the option Attach to process.
In the Attach to process window, select the process with the name LincConverter.exe.

Then select Attach. After doing these steps, go to the command prompt where you are running the conversion tool. Enter any character and hit enter. Now the execution should stop at the breakpoints you set in the code.
Last updated