Question: The following nmake command lines described in the Java SDK Help for use with JNI builds are not recognised: >nmake emulation-debug >nmake emulation-optimized >nmake arm-optimized
Answer: The syntax was published incorrectly. The correct syntax for these three options is: >nmake target=emulation debug