java.io.FileNotFoundException: \viewerpdf.html (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 com.ab.abmaterial.ABMPDFViewer.Build(Unknown Source)
at com.ab.abmaterial.ABMCell.Refresh(Unknown Source)
at com.ab.abmaterial.ABMRow.Refresh(Unknown Source)
at com.ab.abmaterial.ABMPage.Refresh(Unknown Source)
at abmtripinspect.ti.com.dvirpage._page_ready(dvirpage.java:1611)
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:498)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:612)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:229)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:159)
.. and more...
I get the same error, yet the viewer does work...
This was after I upgraded to 1.10 and was in the process of making pages dynamic.
My other pages have been made dynamic and work well.
Code available if required.
Thanks