** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Tags added: fkt-general

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

Title:
  [request] Java: want a preload option for all or an individual library
  when a Java application launches --- workaround

Status in Sikuli:
  In Progress

Bug description:
  *** workaround

  put the following code at the beginning.
  It will force preload all stuff.

  new Finder((new Screen()).capture(0,0,1,1), new Screen());
  new App("").window();
  TextRecognizer.getInstance();

  or even shorter:

  new App("").window();
  TextRecognizer.getInstance();

  (source: https://launchpad.net/~filipe-alonso)

  ------------------------------------------------------

  this is based on the related question:

  Is there any embed function in sikuli-script to preload all or an
  individual library when a Java application launches so that one
  doesn't experience loading delay at first calls on depending
  functions?

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/992009/+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