I have followed the instructions from the PDF "How-to Build an Agentry Based Mobile App from Scratch Connecting to an SAP Back-end Part 1" and I have searched online for a solution, including various threads in this forum. But I still get this error when starting the Agentry server:
BackEndInitError (Java Back End - NoClassDefFoundError|java.lang.NoClassDefFoundError: com/syclo/sap/Server), at java.lang.ClassLoader.defineClass1(Native Method)
Failed to init Java Back End (Java v6.1.0.3 (JVM version 1.7.0, AJAPI version build )) from ag3javabe.dll
I have all JARs and DLLs in the server directory, my Agentry.ini parameters are:
classPath=./Java/SapCommon-130881.jar;./Java/ZFlightBooking.jar;./Java/Agentry-v5.jar;./Java/ini4j-0.4.1.jar;./Java/sapjco.jar;
serverClass=com/syclo/sap/sflight/server/Server
As you can see my classPath is correct (and I use the same files from this folder as build path in Eclipse):