このスクリーンショットで丸で囲まれたファイルにアクセスしたいです。どのパスを使用すればよいですか?
これは私の 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);