← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #254556]: Importing Java Lib on Sikuli

 

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

RaiMan proposed the following answer:
(optional convenience) might be misleading:
If you do not provide a shortname, you have to use the complete package name when using:

import org.somegroup.somepackage.SomeClass

oXX = org.somegroup.somepackage.SomeClass(some, parameter, ...) # creates a new SomeClass object
oXX.doSomething(parameter, ...) # calls a function of XX

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