aspose file tools
The moose likes Java in General and the fly likes Memory Error when using Native Method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Memory Error when using Native Method" Watch "Memory Error when using Native Method" New topic
Author

Memory Error when using Native Method

Raj Sharma
Greenhorn

Joined: Feb 06, 2001
Posts: 12
Hi,
I am calling C++ methods from Java. Everything is working fine except when I make 2 calls simultaneously.
For Example :
I have a native method in Java and it's implementation in C+ by the name MyFunc(int i, String s);
When in the main method I am calling :
MyFunc(1,"A");
MyFunc(2,"B");
I am getting a Memory "Read" error.
Any help on resolving the error would be of great help.
Raj
Sun Certified Java Programmer.
Cindy Glass
"The Hood"
Sheriff

Joined: Sep 29, 2000
Posts: 8521
This is really a C question, not a java question.


"JavaRanch, where the deer and the Certified play" - David O'Meara
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Memory Error when using Native Method
 
Similar Threads
Why Won't ThisCompile?
Unable to pass jlongArray back to Java
refrance variable clearance required..
super & Abstract class
jni(urgent please)