Java example not working


#1

Hi,
i am trying to compile the java example code for second development in the example DobotDemoV2.0\DobotDemoForJava. However it is not working. Error message is that the DobotDLL is not fund. However it is included in the project folder. Any suggestions?


#2

Hi, I fixed the problem. The problem is that the Dobot.DLL in the example folder is 32bit. You need to replace this with the 64bit version which can be found in the folder
\DobotDemoV2.0\DobotDll\Precompiled\Windows\x64
Here you copy all the files in the folder and paste them to the folder
DobotDemoV2.0\DobotDemoForJava. Now it should compile and work properly…