If you have sikuli-java.jar in your project dependencies, you should be
able to browse through the contents. No need to unzip.

In fact, some classes, that where in the package org.sikuli.script
before, but never where intended to be part of the official API, have
been moved to org.sikuli.basics or have been renamed.

These are the classes, that currently (version 1.0.1) form the official public 
API:
(these will be as backward compatible as possible in the future)
Region.java
Screen.java
Match.java
Location.Java
Pattern.java
App.java
Finder.java

Some helper classes (subject to be changed internally without notice)
(should stay compatible, but deprecated in the future and replaced with others)
Button
FindFailed
ScreenImage
ImageLocator

These are needed for observe:
(should stay compatible, but deprecated because completely under development)
SikuliEvent
SikuliEventAdapter

Classes you might miss in package org.sikuli.script should now be in
org.sikuli.basics.

The class Debug is in the basics package now, but not recommended to be used 
outside.
It will be replaced by a more mature logging feature.
I strongly recommend to use your own logger.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1259578

Title:
  classes missing from sikuli-java.jar

Status in Sikuli:
  New

Bug description:
  I am trying to migrate my Java project from its current dependency on
  1.0rc3 to 1.0.1.  I assumed that I am supposed to use sikuli-java.jar
  in place of sikuli-script.jar.  When I tell my IDE (IntelliJ) to use
  this as a library it shows errors all over the place.  When I open the
  jar with 7zip, I can see that there is no Debug.class file in it.  But
  Debug.java does exist in the sources that I pulled using git.  Is
  there a compiled jar that contains all the classes I need or should I
  forget using the jars, and just compile everything from the source?

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1259578/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to