It does not matter whatever C++/CLI (was Managed C++) is supported or not. What you need to be supported is hosting API and it is not supported on NETCF. Should it be supported you won't need C++/CLI at all assuming your version of JVM allows for calls into native code and/or COM support.
In any case there's no way to do it besides using separate C# and Java processes and IPC between them. Depending on your Java code complexity it might be better to port Java to C#.
This posting is provided "AS IS" with no warranties, and confers no rights.
In any case there's no way to do it besides using separate C# and Java processes and IPC between them. Depending on your Java code complexity it might be better to port Java to C#.
This posting is provided "AS IS" with no warranties, and confers no rights.