Migrating Java code
Java™ code migration can be done in two ways: Java file level migration and package level migration.
To migrate Java code, take the following steps:
Select the target Java files or packages, and right-click them.
If you are doing Java file level migration, click
BTT Migration
>
Migrate Java File
in the menu that is displayed.
See the following figure.
Figure 1. Migrating Java code on the file level
If you are doing package level migration, click
BTT Migration
>
Migrate Java Files
.
See the following figure.
Figure 2. Migrating Java code on the package level
Then the Java code is migrated. The migrated Java code will replace the original Java code.
Parent topic:
Tasks