Re: [codenameone-discussions] Re: fatal error: 'com_codename1_io_websocket_WebSocket.h' file not found

2017-04-03 Thread Steve Hannah
Thanks. Steve On Mon, Apr 3, 2017 at 11:51 AM, wrote: > I can't say for sure what fixed this issue, but this is what I did. > > I Refreshed the cn1Libs from the CodenameOne context menu from the > project, the re-built locally. For some reason, the WebSocket code I

Re: [codenameone-discussions] Re: fatal error: 'com_codename1_io_websocket_WebSocket.h' file not found

2017-04-03 Thread tim . gait . footwear
I can't say for sure what fixed this issue, but this is what I did. I Refreshed the cn1Libs from the CodenameOne context menu from the project, the re-built locally. For some reason, the WebSocket code I added to fix the issue originally, was now not found during compile. Looking at the

Re: [codenameone-discussions] Re: fatal error: 'com_codename1_io_websocket_WebSocket.h' file not found

2017-04-03 Thread Steve Hannah
Good to know you got it working. Can you share how you fixed it for the benefit of those who come after? Best regards Steve On Mon, Apr 3, 2017 at 11:02 AM, Tim Gallagher wrote: > Steve, > > I'll keep those things in mind. I have since fixed this issue. > > Tim >

Re: [codenameone-discussions] Re: fatal error: 'com_codename1_io_websocket_WebSocket.h' file not found

2017-04-03 Thread Steve Hannah
Please don't open old threads. Better to start a new thread with your issue. In the new thread, please include relevant portions of the server error log from your build. Also ensure that you are using the latest version of the websocket lib. Best regards Steve On Sat, Apr 1, 2017 at 1:06 PM,

[codenameone-discussions] Re: fatal error: 'com_codename1_io_websocket_WebSocket.h' file not found

2016-08-16 Thread Gareth Murfin
It is in the code but I never actually instance the class using it, I want to leave it ther euntil I need it, I will try and tick the compiler into thinking its used then :) On Tuesday, August 16, 2016 at 12:21:05 PM UTC+8, Shai Almog wrote: > > Do you use the WebSocket class from code? > These

[codenameone-discussions] Re: fatal error: 'com_codename1_io_websocket_WebSocket.h' file not found

2016-08-15 Thread Shai Almog
Do you use the WebSocket class from code? These errors happen if the native code includes a Java class but the VM stripped it out because it is unused. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group