B4J Question Data beetwen two jar files

besoft

Active Member
Licensed User
Longtime User
Hi,

I have two applications both designed with B4J. Both are on the same computer. How can I send data between them? Both are simultaneously open.

THX
 

Roycefer

Well-Known Member
Licensed User
Longtime User
You can use UDP or TCP ports from the jNetwork library.

Another option is to read and write from files. The jFileWatcher will raise events when a file in a watched directory has been created/modified/deleted.
 
Upvote 0
Top