I am still getting the same error.
I made sure that the DLL's in my SQLAnywhere/win32/ are the same
And below is the portion of my run.bat that sets the java.library.path. You can see where I hardcoded the paths in question but I think the standard run.bat is fine
if not "x%JBOSS_NATIVE_HOME%" == "x" (
set "PATH=%JBOSS_NATIVE_HOME%;%PATH%;%JBOSS_HOME%\bin"
set JAVA_OPTS=%JAVA_OPTS% "-Djava.library.path=%JBOSS_NATIVE_HOME%;%PATH%;%JBOSS_HOME%\bin;C:\Program Files\SQL Anywhere 10\win32;c:\windows;c:\windows\system32"
)
Is there anything else I can do to help me figure out what dll is missing?
TIA.