nlneilson Messages: 644 Registered: January 2010 Location: U.S. California. Mojave &...
Contributor
Got the basics of a JNI working from the command line.
Getting the depends paths was a hassle as in the previous posts.
To embed the manifest in the .dll it can be done with mt.exe, which
is included in the MS SDK when installing U++
Here is a .zip with everything. The HW.bat will do it all except
setting the paths.
Making a .dll in U++ and then embedding the manifest with mt.exe may work after changing the .java and .h files as required for an app.