B4J Library Updates to internal libaries

Status
Not open for further replies.
Updates to internal B4J libraries will be posted here. Make sure to check the library version before updating.

These libraries should be copied to the internal libraries folder (Program Files\Anywhere Software\B4J\Libraries).
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
jNetwork v1.21 - Allows initializing the ServerSocket without actually binding the port. This is done by passing -1 as the port number. It is useful for cases where you want to bind the port with external code.

jRandomAccessFile v2.35 - Exposes an internal map that is used to map the custom types. This allows to add a mapping with JavaObject to modules declared in modules other than Main or B4XMainPage (this is only needed when receiving types from different apps).

Both changes are used here: https://github.com/AnywhereSoftware...15d5794801ce85542/B4J/PyBridge/PyComm.bas#L21
 

Attachments

  • jNetwork.zip
    16.9 KB · Views: 58
  • jRandomAccessFile.zip
    38.9 KB · Views: 46
Status
Not open for further replies.
Top