It's along time since I was active on this forum and was coding PB. I have somehow return

I was fascinated by the JNI example by Froggerprogger (http://www.purebasic.fr/english/viewtopic.php?t=23702).
So I made this tool to make the process of creating JNI compatible libraries easier. The PB4Java tool can parse both PB source code files and pure library files (even open multiple files at same the time).
Procedures in source files that are going to be exported must have a name starting with "Java_" (does not apply for pure library files).
All necessary boilerplate code and includes are created without much hassle by clicking on the "Save" button. More information in the readme.
If you have any question, bugs to report or any ideas, please post here


Download here.
The tool is created in Java, so you need the Java SE 6 JRE (a whopping 16 MB
