in reply to Inline::Java stopped working
I was seeing the same message when attempting to use Inline::Java within a thread with a shared JVM i.e. SHARED_JVM => 1. The program actually worked fine, it was generating the warning either after a threads::join() or if using threads::detach() at the end of program. The solution ended up being an explicit call to Inline::Java::done() at the end of each thread. Each thread had to also start with a call to Inline::Java::reconnect_JVM().
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Inline::Java stopped working
by zamubal (Initiate) on Nov 17, 2015 at 15:13 UTC | |
by Anonymous Monk on Nov 17, 2015 at 23:23 UTC |