C Carlos Mojica Member Jul 30, 2019 #1 Hi! I have the same problem that in https://www.b4x.com/android/forum/threads/b4jpackager11-error.104343/#post-676009 I am not using jServer but jWebSocketClient. I commented lines 198 to 202 and i gott the ".exe", but when my program intent the connection with the websocket i got the errors in the file attached. Did I forget to include a library? Attachments error.jpg 227.9 KB · Views: 285
Hi! I have the same problem that in https://www.b4x.com/android/forum/threads/b4jpackager11-error.104343/#post-676009 I am not using jServer but jWebSocketClient. I commented lines 198 to 202 and i gott the ".exe", but when my program intent the connection with the websocket i got the errors in the file attached. Did I forget to include a library?
Erel B4X founder Staff member Licensed User Longtime User Jul 30, 2019 #2 1. Download B4JPackager v1.2: https://www.b4x.com/android/forum/threads/b4jpackager11-the-simplest-way-to-distribute-ui-apps.99835 2. Set AdditionalModuleInfoString to: "uses org.eclipse.jetty.websocket.common.RemoteEndpointFactory;" This can be done in the json file or directly B4JPackager code. Upvote 0
1. Download B4JPackager v1.2: https://www.b4x.com/android/forum/threads/b4jpackager11-the-simplest-way-to-distribute-ui-apps.99835 2. Set AdditionalModuleInfoString to: "uses org.eclipse.jetty.websocket.common.RemoteEndpointFactory;" This can be done in the json file or directly B4JPackager code.
C Carlos Mojica Member Jul 30, 2019 #3 Sorry but not, the connection is not stablished, i got the following errors (file attached). Attachments error.jpg 314.6 KB · Views: 265 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 31, 2019 #4 Can you send me your project? Upvote 0