Many Java APIs are not 100% Pure Java, thus are not guaranteed to work "native" if you just drop them into your classpath. For any package that you wish to use in a given JDK (Amiga or not) you must validate that it is either (a) all Java (no DLLs, no shared libraries, no JNI, etc.) or (b) supported on your platform. Given that no non-core package is supported on the AOV/ADE, (b) is currently not an option.
|