Question: The file "classes.mk" in the infoprint JNI examples on the UIQ SDK builds all the Java classes into a default package. How
do I have to modify this file to make it build into a different named package?
Answer: The com.symbian.devnet.util.TaskSwitch utility class also defines native methods. You can find the source and project build
files for this in C:\Symbian\UIQ_70\erj\utilities\util\. From inspecting the version of classes.mk there you should be able
to infer how to include package info in your own project.