O'Jacare
An object-oriented interface between O'Caml and Java
FAQ
- Q: My program stop very quickly with an uncaught exception, ... ?
- R: Check your CLASSPATH.
- R: Check connection between .idl files and current .class files.
- -> Warning : default CLASSPATH does not content the current directory.
- Q: Generated .java files does not compile, ... ?
- R: The archive camljava.jar must be in your BOOTCLASSPATH.
- Q: BOOTCLASSPATH is OK. Does I fill a bug report ?
- R: Yes, please. (See email address at the bottom)
- Q: My program stop with an uncaught exception called "Exception", ... ?
- R: This is an exception raise by Java.
- Q: Yes, and so ?
- R: You can see stack traces by patching the file lib/jnistubs.c from camljava.
Look at line (*jenv)->ExceptionDescribe(jenv);
- Q: Whoo ! Quite practical.
- R: Have another questions ?