【发布时间】:2017-05-14 07:00:38
【问题描述】:
我正在使用 TTS,就像在 CodenameOne 中的 DrSbaitso 演示中使用 Netbeans 一样,
创建 TTS.java 接口后
`import com.codename1.system.NativeInterface;
公共接口 TTS 扩展 NativeInterface {
公共无效说(字符串文本);
}
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 errorjava.lang.ClassNotFoundException: com.mycompany.myapp.TTSImpl`。有什么想法吗?
【问题讨论】:
标签: netbeans codenameone text-to-speech