In the last two days I made several experiments in Java on how to call native methods via JNI (Java Native Interface) that are implemented inside a dll made by PureBasic.
All is running fine, so if you are interested in, download the .zip containing compiled examples & sources at:
http://www.2mal2mal.de/public/purebasic ... NI_1.0.zip
The next thing will be to do the other way round: Creating and handling a JVM-instance from inside PB to control the whole Java-Environment
