Changes between Version 9 and Version 10 of Eclipse


Ignore:
Timestamp:
11/29/11 15:44:53 (12 years ago)
Author:
ingmar.steiner
Comment:

tiny fix to VM argument in case of spaces in path

Legend:

Unmodified
Added
Removed
Modified
  • Eclipse

    v9 v10  
    4545     i. '''Main class:''' `marytts.server.Mary` 
    4646   a. In the '''Arguments''' tab, set 
    47      i. '''VM arguments:''' `-Xmx1g -Dmary.base=${workspace_loc:OpenMary} -ea` 
     47     i. '''VM arguments:''' `-Xmx1g -Dmary.base="${workspace_loc:OpenMary}" -ea` 
    4848     i. To have debugging information displayed in Eclipse, also add: `-Dlog4j.logger.marytts=DEBUG,stderr` 
    4949   a. Click '''Apply''' to save these settings.