Hello Everyone,
I am developing a simple JNI application for P800.
while using make i am getting following exception,
Exception in thread "main" java.lang.NoClassDefFoundError: com/symbian/util/ArrayEnumerator
at
at com.symbian.tools.jniexports.Tool.getJNIMethods(Tool.java:111)
at com.symbian.tools.jniexports.Tool.run(Tool.java:56)
at com.symbian.tools.util.ToolBase.run(ToolBase.java:29)
at com.symbian.tools.jniexports.Main.main(Main.java:22)
But then too dll is generated.
I am placing dll,class,header,txt,map,app files in the sis file.
Everything is placed in system\apps\JNIDemo directory.
But then i can't run the program.
If i remove jni part from the java file, i am being able to run the application..
Is it because i have placed dll file in wrong directory ??
what is the path where i should place the dll file.
Thanks,
Chintan