• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

help! unsatisfiedlinkerror

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm not sure whether my quest is part of JNI, but anyway i'm facing a unsatisfiedlinkerror doprivileged error.
i'm need to integrate a vb application and a java class to connect to a CORBA server. Right now, the vb application is able to call the java class and execute the codes inside, but when the codes reach orb.init() statement, it gives me unsatisfiedlinkerror doprivileged error. The exception is caught at the VB end, so i couldnt print a stacktrace of which part of the initialising part is wrong.
i have tested with JBuilder by just running the java class and the codes works. is there any ways to resolve this problem?
 
High Plains Drifter
Posts: 7289
Netbeans IDE VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this to intermediate Java, since it's a JNI question, not a distributed one.
 
reply
    Bookmark Topic Watch Topic
  • New Topic