Hi,
I was using xport 04 with a Java applet for remote control of a tranciever. I bought the java applet from a programmer as a .cob file. It was working properly, but after xport version 6.7 it is not working. java gives nullpointerexception error, java console:
0
local IP: 192.168.2.28
local IP: 192.168.2.28
reader IP: 192.168.2.28/192.168.2.28
reader IP: 192.168.2.28/192.168.2.28
reader_ip:
192.168.2.28
Memory(contructor):
gtp1.s != null
tcpip IOException:java.net.SocketTimeoutException: Read timed out
local IP: 192.168.2.28
local IP: 192.168.2.28
reader IP: 192.168.2.28/192.168.2.28
reader IP: 192.168.2.28/192.168.2.28
reader_ip:
192.168.2.28
IOException:java.net.ConnectException: Connection refused: connect
Memory(contructor):
Connecting to 192.168.2.28:30718 failed!
How could i solve the problem? I am not good enough at Java, is it possible to solve with little changings?
I was using xport 04 with a Java applet for remote control of a tranciever. I bought the java applet from a programmer as a .cob file. It was working properly, but after xport version 6.7 it is not working. java gives nullpointerexception error, java console:
0
local IP: 192.168.2.28
local IP: 192.168.2.28
reader IP: 192.168.2.28/192.168.2.28
reader IP: 192.168.2.28/192.168.2.28
reader_ip:
192.168.2.28
Memory(contructor):
gtp1.s != null
tcpip IOException:java.net.SocketTimeoutException: Read timed out
local IP: 192.168.2.28
local IP: 192.168.2.28
reader IP: 192.168.2.28/192.168.2.28
reader IP: 192.168.2.28/192.168.2.28
reader_ip:
192.168.2.28
IOException:java.net.ConnectException: Connection refused: connect
Memory(contructor):
Connecting to 192.168.2.28:30718 failed!
How could i solve the problem? I am not good enough at Java, is it possible to solve with little changings?
Comment