Keep getting this error…… on build of native app.
java.io.FileNotFoundException: D:\Movies\APP DEVELOPER MOBIONE\2nd APP DEVELOP\..\CPR test file (Access is denied)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at com.genuitec.mobione.codegen.HTMLExporter.generateHTML(HTMLExporter.java:993)
at com.genuitec.mobione.codegen.HTMLExporter.exportForm(HTMLExporter.java:366)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:449)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:297)
at com.genuitec.mobione.designer.action.RunEmulatorAction$2.run(RunEmulatorAction.java:67)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
There is a DIR: called CPR test file, but i have not asked it to look for anything in that DIR: during the build of the app???
anyone got any idea what this means.
( can’t build app now as keep getting this when it is generating the code)…..
Uplink1001