B4J Question jWebSocketClient v1.13 Library

aminoacid

Active Member
Licensed User
Longtime User
Is there any way I can get a copy of the old jWebSocketClient Library v1.13. The following post does not have it:



I have a legacy application (based on Jetty3) that uses it and wont work with the latest version (based on Jetty4).

Appreciate any pointers to a download link. Thanks!
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

aminoacid

Active Member
Licensed User
Longtime User
Which issue have you encountered?

No issues! My B4J application runs on an embedded Linux box that has the Java8 JRE. And V2.00 of the library requires Java 11+ and I did not want to install/replace the JRE on the Linux Box for various reasons. When I updated B4J it overwrote the jWebSocketClient library with V2.00 and hence I was trying to find a copy of V1.13 (which has the new SendTextAsync and SendBinaryAsync methods) and which works with Java8.

BTW, I found the jWebSocketClient Library V1.13 in the "B4J_10_0.exe" archive. Previous versions had v1.11. I have attached it here in case anyone else needs it for the same reason as I.

Thanks!
 

Attachments

  • jWebSocketClient113.zip
    6 KB · Views: 4
Upvote 0
Top