• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

making a call to VB function thru JNI

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I am trying to access VB function using JNI. But when i execute the java code i sometimes get the "an EXCEPTION_ACCESS_VIOLATION exception has been detected in the native code outside the VM" error. This does not happen always. I get the output sometimes n sometimes even if i comment a single line n retry, I get the above error. Has it t odo with the registering of the dll files?
Can anybody throw some light in this regard.
Thank you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic