Valhalla Legends Forums Archive | Java Programming | Native methods/BCP?

AuthorMessageTime
Camel
Is it possible to use native methods to load a BCP? I'm not very familiar with how native methods work, or how BCP works, but if it's as simple as being able to access known functions in the dll, shouldn't it be possible?

[edit] in the event that it's not possible to directly access a BCP, it should still be possible to create an interface dll, no?
August 29, 2007, 5:51 AM
Myndfyr
I thought BCP invokes callbacks in the plugin DLL.
August 29, 2007, 8:45 AM
Camel
Okay, so consider a DLL that has these callbacks, and invokes class methods in the Java application. I'm not sure how to do it, but I'm currently reading a benchmark report of java->native/native->java calls among various VMs, so I believe it's possible.
August 30, 2007, 5:34 AM

Search