My Java application has a requirement to use a 32 bit native library on OSX.
Specifically I have a 32 bit ODBC driver and have some JNI code to use the driver, but there doesn't appear to be any 32 bit Java 7 JVM that will run on OSX.
I do not have the source code for the driver, so I cannot recompile it.
There is no JDBC driver for this product, which is why I am using ODBC.
I've looked around for 32 bit OpenJDK ports but the only project that might have supported it is dead.
Does anyone have any ideas?