我想访问此屏幕截图中圈出的文件。我应该使用什么路径?
这适用于我的 JavaME 应用程序。file:///ParseExample/service1.xml 似乎不是正确的。
http://www.fileden.com/files/2010/5/28/2872707//projectfiles.JPG
编辑:这是我的代码: FileConnection fconn = (FileConnection) Connector.open("file:///ParseExample/service1.xml", Connector.READ_WRITE);