Hi all,
in the first place: I bought B4A years ago, but because of my invalidating health, I couldn't do much with it.
Now i try to get a bit done with B4J, just as a hobby, because my health is still not ok.
I searched the forum for JavaObject and saw a few good examples.
However in my little program, I get this error:
--- Are you missing a library reference? (referring to line 8) ---
but in the examples I found I found no explicit "import" of any sorts.
I found a javaobject.jar in "....\B4J\Libraries" and added that path to Tools | Configure paths | Additional Libraries,
but that doesn't work either.
Obviously I am missing something obvious ...
Please help!
TIA,
Arie
in the first place: I bought B4A years ago, but because of my invalidating health, I couldn't do much with it.
Now i try to get a bit done with B4J, just as a hobby, because my health is still not ok.
I searched the forum for JavaObject and saw a few good examples.
However in my little program, I get this error:
--- Are you missing a library reference? (referring to line 8) ---
but in the examples I found I found no explicit "import" of any sorts.
I found a javaobject.jar in "....\B4J\Libraries" and added that path to Tools | Configure paths | Additional Libraries,
but that doesn't work either.
Obviously I am missing something obvious ...
Please help!
TIA,
Arie
Declare a Java Object fails:
'Non-UI application (console / server application)
#Region Project Attributes
#CommandLineArgs:
#MergeLibraries: True
#End Region
Sub Process_Globals
Private jo As JavaObject
End Sub
Sub AppStart (Args() As String)
End Sub