OpenBCI GUI, Networking / LSL error?

Hi, 
OpenBCI Gui not working . At previous , it was okay.I have used last 2 months ago.
The problem on OpenBCI_GUI showing :
Problem
"The type com.cun.jna.Pointer cannot be resolved . It is indirectly referenced from required.class files
Tab
W_networking
Showing red "
else if (this.protocol.equals("LSL")){
String stream_id = "openbcieeg12345";
info_data = new LSL.StreamInfo(
this.streamName,
this.streamType,
this.nChanLSL,
getSampleRateSafe(),
LSL.ChannelFormat.float32,
stream_id
);
outlet_data = new LSL.StreamOutlet(info_data);
Comments