Hi.
1. Check that the mapscript.dll is in the java.library.path. You can check
it by doing a System.getProperty("java.library.path");
2. Take out the ".dll" from the System.loadLibrary parameter. Java should
put the extension automatically according to the platform.
3. Depending on the mapserver version, you may not need to load the library
yourself. In new versions, mapscript.jar loads the library automatically.Regards, Javier Caicedo CTI - ESPOL Guayaquil, Ecuador
