Alternative Methods in codenameone
问题 I have been designing an application using CodeNameOne via Netbeans and have encountered some issues, notably the "cannot find symbol" compile-error. After further research, I discovered that it was due to CNO not supporting certain libraries/misc. I was wondering if there were alternate ways to use the following libraries/perform tasks: (Read from file) import java.io.File; symbol: class File location: package java.io (Throw FileNotFoundException) import java.io.FileNotFoundException; symbol