Java Question java.io.FileNotFoundException

ArminKH

Well-Known Member
hi i want to create my first b4a lib using eclipse
all steps are okay but when i want to create xml doc some error messages appared
B4X:
[-b4atarget, D:\Android\workspace\RLTempConvertor]
java.io.FileNotFoundException: D:\Android\workspace\RLTempConvertor (Access is denied)
    at java.io.FileOutputStream.open0(Native Method)
    at java.io.FileOutputStream.open(FileOutputStream.java:270)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
    at java.io.FileWriter.<init>(FileWriter.java:90)
    at BADoclet.start(BADoclet.java:338)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:310)
    at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:189)
    at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:366)
    at com.sun.tools.javadoc.Start.begin(Start.java:219)
    at com.sun.tools.javadoc.Start.begin(Start.java:205)
    at com.sun.tools.javadoc.Main.execute(Main.java:64)
    at com.sun.tools.javadoc.Main.main(Main.java:54)
then i check the folder which my project is saved in that and saw the project folder is Read Only
i tried to Uncheck that but after clicking on apply and come back again i see the read only option is checked
:(
i dont know what is the solution
 

DonManfred

Expert
Licensed User
Longtime User
Is D: your Windowsdrive? If yes; try another drive.
 
Top