[Biomod-commits] Maxent probelm
Damien Georges
damien.georges2 at gmail.com
Wed Nov 21 16:39:52 CET 2012
Even better...
Does the following command open MAXENT software?
system(command=paste("java -mx512m -jar ",
file.path(myBiomodOption at MAXENT$path_to_maxent.jar, "maxent.jar"))
Best,
Damien
On 21/11/2012 16:25, Gabriele Casazza wrote:
> Dear Damien,
> I follow your suggestions but I am not able to solve the problem.
> The programme write:
> Creating Maxent Temp Proj Data..
> Runing Maxent...Unable to access jarfile C:/Users/Gabri........
>
> Have you any other suggestions?
>
> Thank you so much
>
> Gabriele
>
>
>
> Il 21/11/2012 15:57, Damien Georges ha scritto:
>> Dear Gabriele,
>>
>> Did you try to play with MAXENT options? If you put maxent.jar file
>> in your working directory maxent might run with default options.
>>
>> Please try the following lines of code :
>>
>> # check maxent.jar is in working directory
>> file.exists("maxent.jar")
>> # if True
>> myBiomodOption <- BIOMOD_ModelingOptions(MAXENT = list(
>> path_to_maxent.jar = getwd()) )
>> # Then try to build your models with BIOMOD_modeling...
>>
>> Is it still not working?
>>
>> Hope that helps,
>>
>> Damien.
>>
>>
>> On 21/11/2012 14:33, Gabriele Casazza wrote:
>>> Dear all,
>>> I am not able to run maxent in the last version of Biomod2 . Even if
>>> maxent.jar file is placed in the directory where I do my modelling,
>>> biomod is unable to access to the file. I have not the same problem
>>> using the previous version.
>>> Please let me know if you have any suggestions
>>>
>>> Thank you so much for all your help! It is greatly appreciated!
>>> Gabriele
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Biomod-commits mailing list
>>> Biomod-commits at lists.r-forge.r-project.org
>>> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/biomod-commits
>>>
>>
>> _______________________________________________
>> Biomod-commits mailing list
>> Biomod-commits at lists.r-forge.r-project.org
>> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/biomod-commits
>>
>>
>
>
More information about the Biomod-commits
mailing list