Michael Levin Posted February 12, 2014 Report Posted February 12, 2014 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now