[Sikuli-driver] [Question #293487]: Connection Controller (socket) undefined error

2016-05-09 Thread sayantan
New question #293487 on Sikuli: https://answers.launchpad.net/sikuli/+question/293487 When ever i try to make a connection to a VNC port using the code below public static void main(String[] args){ Socket s = new Socket("192.168.1.17", 5900); s.setSoTimeout(1000); s.setKeepAlive(true

Re: [Sikuli-driver] [Question #293487]: Connection Controller (socket) undefined error

2016-05-09 Thread sayantan
Question #293487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293487 Description changed to: When ever i try to make a connection to a VNC port using the code below public static void main(String[] args){ Socket s = new Socket("192.168.1.17", 5900); s.setSoTimeout(10

Re: [Sikuli-driver] [Question #293487]: Connection Controller (socket) undefined error

2016-05-10 Thread sayantan
Question #293487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293487 Status: Open => Solved sayantan confirmed that the question is solved: . -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __