B4J Question [BANano] Access Denied on b4xlib

Mashiane

Expert
Licensed User
Longtime User
Hi

I have created a b4xlib, herein attached and it appears on my librares..


1690043794448.png


When I use it however it says access denied.

B4X:
Processing b4xlib: sithasodaisychartkick
java.io.FileNotFoundException: C:\b4j\workspace\SithasoDaisy\SithasoDaisyDemo\B4J\Objects\b4xlibs_BANano\sithasodaisychartkick\Files (Access is denied)
   at java.base/java.io.FileOutputStream.open0(Native Method)
   at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
   at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:237)
   at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:187)
   at com.ab.banano.BANano.a(Unknown Source)
   at com.ab.banano.BANano.B4XLibUnzip(Unknown Source)
   at com.ab.banano.BANano.ProcessB4XLib(Unknown Source)
   at com.ab.banano.BANano.a(Unknown Source)
   at com.ab.banano.BANano.a(Unknown Source)
   at com.ab.banano.BANano.Build(Unknown Source)
   at b4j.example.main._appstart(main.java:381)
   at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   at anywheresoftware.b4a.BA.raiseEvent2(BA.java:111)
   at anywheresoftware.b4a.BA.raiseEvent(BA.java:98)
   at b4j.example.main.start(main.java:37)
   at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
   at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
   at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
   at java.base/java.security.AccessController.doPrivileged(Native Method)
   at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
   at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
   at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
   at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
   at java.base/java.lang.Thread.run(Thread.java:834)
Problem unzipping B4XLib sithasodaisychartkick

1690044176191.png



Please advise...

Thank you so much!
 

Attachments

  • SithasoDaisyChartKick.b4xlib
    92.5 KB · Views: 37
Top