java - NAO Robotics student compile error: Can't load IA 32-bit .dll on a AMD 64-bit platform -


i teacher working students on nao robot in java. using eclipse. error pops anytime student attempts compile program:

exception in thread "main" java.lang.unsatisfiedlinkerror: c:\users\username\desktop\jnaoqi-1.14-win32-vs2010\lib\jnaoqi.dll: can't load ia 32-bit .dll on amd 64-bit platform

all of reference library paths correct. kicker can log same exact system, map same exact libraries , compile without issues. seems there permissions in students can't access need.

does has insight might me track down root of issue? thank in advance.

it default java in eclipse setup 32-bit, while students getting 64-bit version of java. suggest check preferences in eclipse , ensure using same architecture (i.e. 32-bit).


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -