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!

Tracking .dlls

843829Jan 13 2005 — edited Jan 14 2005
I've written a .dll and am calling it from my Java app. This .dll uses other .dlls. My problem is this: everything works fine on my machine, but when I take it to a different machine it doesn't work the same. (It's not the hardware) I think that maybe I have a different version of some .dll on my machine and that's why it doesn't work on others. I've looked at the ones I know are being used, but one of them is a Microsoft .dll and I have no idea what that one might be calling. Is there a way to track the .dlls that need to be used for my specific method call? Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 11 2005
Added on Jan 13 2005
4 comments
64 views