This illustration shows a block diagram of how your code is translated to natively compiled libraries.
- The Accelerator translates Java class files into platform-independent C code.
- Then, the Accelerator compiles and links the platform-independent C code into platform-dependent shared libraries (or DLLs).
- Finally, platform-dependent C runtime libraries are created from the platform-dependent shared libraries.
End of list.
End of description.