|
From: Dalibor T. <ro...@ka...> - 2006-01-18 03:41:11
|
Richard Frith-Macdonald <richard <at> brainstorm.co.uk> writes: > > I have a large body of code making complex use of JNI called from > servlets in tomcat. > > Because this uses a lot of JNI, and was developed on the Sun > implementation of java, I have been unable to find another > implementation which will run it ... SableVM and Kaffe lack a lot of > the JNI functions required. Have you tried with Kaffe 1.1.6 or 1.1.7-rc1? That version should implement all of the JNI 1.4 APIs, as far as I remember (don't have the list handy atm). Kaffe also works under velgrind, try KAFFE_DEBUG=valgrind kaffe yourClass. cheers, dalibor topic |