public static void main(String[] args) throws Exception {
//
}
how can i call a method from b4a to jar?
I ADD THIS JAR BY : #AdditionalJar: DemoNoMainSub
RunMethodjo("init",Array(AppId,AppSecret,Model))
HOW TO DO LIKE THIS
Private Sub GetManager As JavaObject
Dim jo As JavaObject
Return jo.InitializeStatic("COM.ABC.DD").RunMethod("MAIN", Array(GetContext))
End Sub
//
}
how can i call a method from b4a to jar?
I ADD THIS JAR BY : #AdditionalJar: DemoNoMainSub
RunMethodjo("init",Array(AppId,AppSecret,Model))
HOW TO DO LIKE THIS
Private Sub GetManager As JavaObject
Dim jo As JavaObject
Return jo.InitializeStatic("COM.ABC.DD").RunMethod("MAIN", Array(GetContext))
End Sub