← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #187439]: Able to run a script through Netbeans, but not the compiled .jar

 

Question #187439 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/187439

    Status: Open => Answered

RaiMan proposed the following answer:
run the jar:

java -cp "C:\Program Files (x86)\Sikuli X\sikuli-script.jar" -jar
myStuff.jar

In NetBeans setup sikuli-script.jar as "External Library" in your project, so the information will get into your .jar and saying
java -jar myStuff.jar 
should work

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.