B4J Question b4j-bridge.jar Mac

roberto64

Active Member
Licensed User
Longtime User
hi, i am running a program with a windows to mac virtual machine, when i run the program it reutilises me this error ": --add-modules= requires modules to be specified"I run all the examples of b4j-bridge.jar what it can depend on, in the mac terminal it says it is connected.
 

roberto64

Active Member
Licensed User
Longtime User
Hi, on the image so it appears to me, it does not make me start any program in java, or copied to my mac in Librery / Java / JavaVirtualMchines, nothing does not work.
thank you for your time.
 

Attachments

  • Schermata 2020-01-08 alle 18.37.42.png
    Schermata 2020-01-08 alle 18.37.42.png
    242.3 KB · Views: 174
Upvote 0

roberto64

Active Member
Licensed User
Longtime User
hanks Erel, the first problem solved, now when i start B4JPackeger11 it gives me this error Waiting for debugger to connect ...
Program started. B4JPackager11 Version 1.13 gives me this error
Waiting for debugger to connect...
Program started.
B4JPackager11 Version 1.13
InputJar: C\Users\roberto\Desktop\RubricaTel\Objects\RubSms.jar
Error occurred on line: 121
java.io.FileNotFoundException: C\Users\roberto\Desktop\RubricaTel\Objects\RubSms.jar (No such file or directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
at anywheresoftware.b4a.objects.streams.File.OpenInput(File.java:218)
at anywheresoftware.b4a.objects.streams.File.Copy(File.java:336)
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.shell.Shell.runVoidMethod(Shell.java:676)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:240)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:167)
at java.base/jdk.in
ternal.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:91)
at anywheresoftware.b4a.shell.ShellBA.raiseEvent2(ShellBA.java:98)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:78)
at b4j.example.main.main(main.java:29)
t
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
hanks Erel, the first problem solved, now when i start B4JPackeger11 it gives me this error Waiting for debugger to connect ...
Program started. B4JPackager11 Version 1.13 gives me this error
How is this question related to this thread?

Start a new thread and explain what you are trying to do.
 
Upvote 0
Top