Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Returning internal DLL values

843829Sep 22 2003 — edited Sep 24 2003
Hi All,
I'm having a problem in returning the correct values from my DLL.
I have a simulation model (Arena/SIMAN) that constantly changes a series of values (I�m 100% sure of this). However when I also try to access these values through JNI the only values I get are 0s.

I�m guessing that when a DLL is run from the Simulation model that it starts of its own process, therefore the JNI needs to gain access to this process?

Any ideas on how two external sources can access the same dll run-time values??

Hope you can help,
John.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 22 2003
Added on Sep 22 2003
23 comments
166 views