如何避免 WTK 中的 API 访问警报
我通过在 WTK 设备上进行转换,在我的 WTK 2.5.1 中制作了一个自制的诺基亚 5800 模拟器。 在我的程序中,我使用 FileConnection。 当调用此 APi 时,…
j2me fileconnection java.io.IOException:根无法访问
FileConnection c = (FileConnection) Connector.open("file:///c:/myfile.txt",Connector.READ_WRITE); if (c.exists()) { System.out.println("exi…
- 共 1 页
- 1