Changes between Version 8 and Version 9 of Eclipse
- Timestamp:
- 08/25/10 13:31:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Eclipse
v8 v9 36 36 37 37 Open Eclipse Preferences from '''Windows > Preferences''' in the menu ('''Eclipse > Preferences''' under Mac OS), try the following changes: 38 38 39 1. '''Java > Installed JREs''' you ''should'' (if possible) select JRE 1.5 by checking "java-1.5" (Linux), "jre5" (Windows), or "JVM 1.5" (Mac OS) or similar. Close the preferences. 39 40 1. From the menu, open '''Run > Run configurations''' … … 44 45 i. '''Main class:''' `marytts.server.Mary` 45 46 a. In the '''Arguments''' tab, set 46 i. '''VM arguments:''' `-Xmx 256m-Dmary.base=${workspace_loc:OpenMary} -ea`47 i. To have debugging information displayed in Eclipse, also add: `-Dlog .tofile=false -Dlog.level=debug`47 i. '''VM arguments:''' `-Xmx1g -Dmary.base=${workspace_loc:OpenMary} -ea` 48 i. To have debugging information displayed in Eclipse, also add: `-Dlog4j.logger.marytts=DEBUG,stderr` 48 49 a. Click '''Apply''' to save these settings. 49 50 50 51 51 '''''Running the MARY TTS Installer to install a voice'''''