Jump to content
The simFlight Network Forums

Michael Levin

new Members
  • Posts

    1
  • Joined

  • Last visited

Michael Levin's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I'm looking to distribute a Java app that uses fsuipc_java.dll to connect to FS. I only have a 32 bit version of fsuipc_java.dll, which requires 32 bit Java to run. I've been running 32 bit JDK from NetBeans, but I'm getting the 32 bit / 64 bit conflict error when loading it from command line even after setting environment variables (see below). Is there a 64 bit fsuipc_java.dll available? or an easy way to force configure Java to run the 32 bit version? Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Users\Michael\Documents\ACARS test\fsuipc_java.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform echo %JAVA_HOME% C:\Program Files (x86)\Java\jdk1.7.0_51 echo %PATH% C:\Program Files (x86)\Java\jdk1.7.0_51/bin; ... echo %CLASSPATH% C:\Program Files (x86)\Java\jdk1.7.0_51\jre\lib
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.