Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Using FreeTTS with Eclipse
Using FreeTTS with Eclipse [message #505086] Sat, 26 December 2009 12:18 Go to next message
Eclipse UserFriend
Hi,

I am using the following book to learn Eclipse 3.5;

Professional Eclipse 3 for Java Developers by Berthold Daum.

I get the following error when I compile an example that illustrates the use of FreeTTS and the JSAPI:

System property "mbrola.base" is undefined. Will not use MBROLA voices.

How would I define "mbrola.base" for FreeTTS through Eclipse. The book did not mention anything about setting up mbrola.

Please help.
Thank you.
Re: Using FreeTTS with Eclipse [message #505118 is a reply to message #505086] Sun, 27 December 2009 01:53 Go to previous message
Eclipse UserFriend
sarahlish18@gmail.com wrote:
> Hi,
>
> I am using the following book to learn Eclipse 3.5;
>
> Professional Eclipse 3 for Java Developers by Berthold Daum.
>
> I get the following error when I compile an example that illustrates the
> use of FreeTTS and the JSAPI:
>
> System property "mbrola.base" is undefined. Will not use MBROLA voices.
>
> How would I define "mbrola.base" for FreeTTS through Eclipse. The book
> did not mention anything about setting up mbrola.
> Please help.
> Thank you.

I don't know anything about that book or about MBROLA; you might want to contact
the author of the book.

But to set a system property when running a Java app, you typically pass a "-D"
argument on the command line, or in the Eclipse launch configuration. For
instance, -Dmbrola.base or -Dmbrola.base=whatever .
Re: Using FreeTTS with Eclipse [message #505120 is a reply to message #505118] Sat, 26 December 2009 22:32 Go to previous message
Eclipse UserFriend
Hi Walter,

Thank you, comment you made regarding the configuration file has assisted me in solving the issue.

Thank you very much.
Previous Topic:Completion on FQCN for JAXB ObjectFactory doesn't do the completion
Next Topic:Apache server, Tomcat server, Spring
Goto Forum:
  


Current Time: Fri Mar 28 12:54:13 EDT 2025

Powered by FUDForum. Page generated in 0.04686 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top