Knowing the concepts behind the java stuff helps: - jar contains class files - class file can load native libraries (jni) - the native libraries are located using the same resolution method that the dynamic linker for that OS uses
Any time you see "java.lang.UnsatisfiedLinkError", it means that a native library could not be found. Axton Grams On Tue, Nov 11, 2008 at 9:43 AM, Bala Patel <[EMAIL PROTECTED]> wrote: > ** > Thank you Axton. That did the trick! > ________________________________ > From: Axton <[EMAIL PROTECTED]> > To: arslist@ARSLIST.ORG > Sent: Monday, November 10, 2008 10:13:32 PM > Subject: Re: ARS 7.1 Flashboards FBDriver Error / Resetting Application > Password > > Make sure that the PATH environment variable includes the dll's > required by the api (arapi, arjni, etc.) > > Axton Grams > > On Mon, Nov 10, 2008 at 8:35 PM, Bala Patel <[EMAIL PROTECTED]> wrote: >> ** >> All, >> >> I have upgraded to version 7.1. The only issue I am having is that my >> flashboards are coming up with an authentication error. I read that I need >> to run the FBDriver since the application password changed. >> >> When I run the FBDriver, I am prompted to set the password with the >> following: >> >> >> Password Misc >> ---------- -------- >> set (spw) quit (q) >> >> >> >> Enter the command : spw >> SET PASSWORD >> New Password : remedy >> Exception in thread "main" java.lang.UnsatisfiedLinkError: ECPUtil >> at com.bmc.arsys.util.ARUtilEgcp.ECPUtil(Native Method) >> at FBDriver.SetPassword(FBDriver.java:159) >> at FBDriver.GetAndExecuteCommand(FBDriver.java:95) >> at FBDriver.main(FBDriver.java:249) >> >> >> I have set my classpath with all of the jar files in the flashboard >> directory and this is still giving me the same error. >> >> arutil70.jar:flashd71.jar:arutil71.jar:flashd71.jar:spring.jar: >> >> >> >> ************************************************** >> The ARS environment >> >> Solaris version 9 >> ARS 7.1 Patch 5 >> Mid-Tier 7.0 Patch 4 >> New Atlanta Servlet Engine >> Oracle 10G Remote >> >> *************************************************** >> >> >> Regards, >> >> Bala Patel >> Remedy Independent Consultant >> >> __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" >> html___ > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > > __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > html___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"