Jump to content
The simFlight Network Forums

fsuipc_java.dll 64 bit


Recommended Posts

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
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.