can I use the System.loadLibrary(...) or the Runtime.loadLibrary(...) or load(...) method? on J2Me?
can I use the System.loadLibrary(...) or the Runtime.loadLibrary(...) or load(...) method? on J2Me?
Thanks,
Adam Zehavi.
System.loadLibrary() doesn't exist on CLDC, since it's used to load implementation libraries for native methods, and you can't use native methods on CLDC.
Graham.