Flash Lite 2.0 source files take standard XML and parse to mobile pages suitable for Symbian and Windows Mobile devices that support Flash Lite 2.0. There is some device resolution independence. Support for icons, bkg. images, softKey actions & more.
JNC means java native compiler. It take the java byte code file as input and translate it to C or ASM format then compile to native format such as elf or pe file. So your java program can run without JVM.