Hi,
I'm trying to write some code using JNI. Therefore I need to run JNIExports, cl, Jdll.
When I try to run JNIExports I get the following error :
Unable to initialize threads: cannot find class java/lang/Thread
same for jdll.
when I try to run cl i get the following error:
infoprint.cpp(6) : fatal error C1083: Cannot open include file: 'e32std.h': No such file or directory
I guess there's something wrong with the symbian SDK environment.
I tried a lot modifying the path/classpath, but none of it worked.
If anyone could help me out, that would be great.
Thanks, Markus