I am tring to open create a file in this path file://C:/Documents and Settings/My Documents/NetBeansProjects
fileConnection = (FileConnection)Connector.open(url_FILE,Connector.READ_WRITE);
fileConnection.create();
but in the above code (fileConnection.create(); ) in this line it is showing
the exception:
java.io.IOException: Root is not accessible

Reply With Quote

