Browsing French translation

16864 of 76009 results
16864.
There are two main ways of using IKVM.NET:
- Dynamically:
In this mode, Java classes and jars are used directly to execute Java
applications on the CLI runtime.
Java bytecode is translated on the fly into Common Intermediate Language
(CIL) by running on the IKVM.NET runtime.
The full Java class loader model is supported in this mode.
- Statically:
In order to allow Java code to be used by CLI applications, it must be
compiled down to an assembly and used directly.
The Java bytecode is translated to CIL and is stored in this form. The
assemblies can be referenced and used directly by the CLI applications
by only using the CLI runtime.
While the static mode does not support the full Java class loader
mechanism, it is possible for statically compiled code to create a class
loader and load classes dynamically.
Description
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in Package: ikvm
16864 of 76009 results

This translation is managed by Ubuntu French Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.