← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #242128]: how to run java source program in command prompt

 

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

RaiMan proposed the following answer:
Sorry, but this is basic Java programming using Eclipse:

You have to build a jar file in Eclipse, that then is used on command
line

java -cp sikuli-script.jar -jar myApp.jar

or you run the compiled java class HelloWorldClass from the projects
target path.

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