Deploying Hibernate Apps on OC4J


I've spent a good deal of time today trying to deploy an application I've recently completed on Oracle IAS 10g. I still haven't decided if I like the beast or not. I already knew about the bug regarding the antlr.jar, but in the past I dealt with it by renaming the antlr.jar in the toplink … Continue reading Deploying Hibernate Apps on OC4J

Compiling C++ code for JNI binding on Windows with MinGW


Yesterday I spent a good part of my day trying to use the JNI bridge. I was trying to build a very simple spike (basically a HelloWorld example) and call that code from Java. After the usual process of generating headers and including it in C++ code, I run my java code just to get … Continue reading Compiling C++ code for JNI binding on Windows with MinGW