CodenameOne

时间:2016-12-29 23:02:26

标签: netbeans codenameone text-to-speech

我使用TTS就像使用Netbeans的CodenameOne中的DrSbaitso Demo一样, 创建TTS.java界面后 `import com.codename1.system.NativeInterface;

public interface TTS扩展NativeInterface {     public void say(String text); } when I click on "Generate native Access" , I got the dialog "native interfaces generated : see the 'native'directory in the project. Unless i can't find the native directory in my project , and the compiler keep the error java.lang.ClassNotFoundException:com.mycompany.myapp.TTSImpl`。有什么想法吗?

1 个答案:

答案 0 :(得分:1)

该目录位于项目目录下,但NetBeans仅在Files视图的常规视图中不显示该目录。

你需要做一个完整的"构建"一旦你这样做,项目应该在运行时找到impl类。