How can i make my root accessible from my wtk

Plz help me ,,,

unning with storage root DefaultColorPhone

java.io.IOException: Root is not accessible

at com.sun.midp.io.j2me.file.Protocol.ensureConnected(+47)

at com.sun.midp.io.j2me.file.Protocol.ensureOpenAndConnected(+21)

at com.sun.midp.io.j2me.file.Protocol.listInternal(+8)

at com.sun.midp.io.j2me.file.Protocol.list(+6)

at example.fc.FileBrowser.showCurrDir(+69)

at example.fc.FileBrowser.traverseDirectory(+119)

at example.fc.FileBrowser$1.run(+35)

[520 byte] By [ParagPatila] at [2007-11-27 3:33:44]
# 1
do you have the rights access to the root?i tried it on my ubuntu and everything works fine !
suparenoa at 2007-7-12 8:36:51 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
wtk has some issues wid specifying d root.it'd be better if u used the following code and make changes accordinglythis might help i guessfc = (FileConnection) Connector.open("file:///root1/")
unbelteda at 2007-7-12 8:36:51 > top of Java-index,Java Mobility Forums,Java ME Technologies...