This illustration shows a block diagram of how your code is translated to natively compiled libraries.

  1. The Accelerator translates Java class files into platform-independent C code.
  2. Then, the Accelerator compiles and links the platform-independent C code into platform-dependent shared libraries (or DLLs).
  3. Finally, platform-dependent C runtime libraries are created from the platform-dependent shared libraries.

End of list.

End of description.