When generating a bundle/folder for Component Enabler, it is required to specify the language in which to generate the Ispec Model classes. The options available for the Ispec Model Source Language property are:
Java. This generates Ispec Model classes in Java, which is required when deploying the client application using the Java based CE Runtime.
C#. This generates Ispec Model classes in C#, which is required when deploying the client application using the .NET based CE Runtime.
Java & C#. This generates Ispec Model classes in both Java and C#. This is the default.
When generating Ispec Models in C#, the generate environment compiles the Ispec Models using the Microsoft C# compiler. The generate environment assumes that the C# compiler is in the "PATH" environment variable of the development workstation. For example:
Path = %SystemRoot%\Microsoft.NET\Framework\v4.0.30319