Sergio You are right. The help folder has to be set before initializing BEFORE initializing Sextante GUI (not Sextante, because the providers are initialized by the GUI). I have added this to the javadocs to make it clear.
/** * Sets the current path to help files. This should be done before initializing this class, since this folder is used as * default by some algorithm providers * * @param sPath * the path to help files */ public static void setHelpPath(final String sPath) { m_sHelpPath = sPath; } You'd better start Sextante before Sextante GUI, since SextanteGUI depends on the first and strange thing might happen if done the other way :-) Regards Victor
_______________________________________________ Sextante-users mailing list Sextante-users@lists.forge.osor.eu https://lists.forge.osor.eu/listinfo/sextante-users