Ok i read this and i only want to use the midlets private path but how do i get that path in my program?This is designed to protect the user data and prevent damage to the operating system. In particular, MIDlets located in the trusted third-party and untrusted domains have access only to a set of designated public directories including those for images, videos, public files, and a private directory assigned to each MIDlet for its own usage.
Can someone tell me how i get the provate path for my midlet?
OK i found this:
System.getProperty("fileconn.dir.private");
but it wont let me create anything in this path
the application just exits

Reply With Quote

