Just one file, containing:

package userclasses.nativeinterfaces;
import java.io.*;
public class TextToSpeechImpl implements 
userclasses.nativeinterfaces.TextToSpeech{
    
    public void say(final String param) {    
  }
    

    public boolean isSupported() {
        return true;
    }

}



On Wednesday, August 3, 2016 at 1:27:19 PM UTC+8, Shai Almog wrote:
>
> Odd.
> What do you have under the native/javase directory?
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/39d1f6c3-d6bc-4381-be98-b87c30c14b20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to