sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38253
Re: [Question #294217]: VNCScreen Connection error !
Question #294217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/294217
sayantan posted a new comment:
import edu.unh.iol.dlc.*
public static.........
{
Socket s=new Socket("127.0.0.1",5929)
s.setSoTimeout(1000)
ConnectionController cc =new ConnectionController(s)
cc.openConnection(0);
cc.start(0);
--------------------------------------------------------------------------------------
<Until this point code runs fine ,but after this line >
VNCScreen vnc= new VNCScreen() , generates an error
>Exception in thread "main" java.lang .ExceptionInInitializationError
at run.main(run.java.27)
Caused by :java.lang.NullPointException
at edu.unh.iol.dlc.VNCScreen.initScreens(VNCScreen.java:102)
at edu.unh.iol.dlc.VNCScreen.<clinit>(VNCScreen.java:67)
So,is this caused by some issues in the VNCScreen.java file ?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.