473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Exception_acess_violation

Hi Guys,

I am trying to pass vector object from my jni program to VC++dll.
My jni program is not giving any compilation error ,but while running the program,It gives the following run time error..

EXCEPTION_ACESS_VIOLATION<0x0000005> occured at PC=0x80674F5002EF

I am using JVM 1.4.2 version.
Any help would be highly appreciated.

Regards,
Gayatri
Aug 16 '07 #1
1 1518
weaknessforcats
9,208 Expert Mod 8TB
It looks like a bad pointer. There was an attempt to access memory location 0x0000005 from address 0x80674F5002EF in the program code.

Are you able to use your debugger on the dll or does the error occur in the JVM?
Aug 16 '07 #2

Sign in to post your reply or Sign up for a free account.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.