Doing the desktop automation with help of sikuli but when trying to call the image that time give the "NullPointerException"
exception.
Code :
public static Screen s;
public static void main(String arg[]) throws IOException, InterruptedException, Exception {
Runtime.getRuntime().exec("images/Nintei_launch.exe");
Thread.sleep(5000);
s.click("c:/Users/abc/Desktop/Winword/selectSession.PNG");
thank in advance