[1.0 tempFix] Windows: sikuli-script.cmd: no class def found error --- workaround
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
Fix Committed
|
Critical
|
RaiMan |
Bug Description
**** fixed in 1.1.0
the command file to use now is runsikulix.cmd
-------
**** bug sikuli-script.cmd: happens on Java 6 only installations.
WORKAROUND: use the following command to run your script:
<... path ...>\sikuli-
a fixed version is in the "Sikuli-
https:/
-------
Hi,
I try to launch a Sikuli Script with the command line.
It doesn't work.
I use the 1.0.0 version of Sikuli with Java 1.6 and I try to launch my script with "sikuli-
My command in Windows CMD is >> "%SIKULI_
The error returned is :
-Xms64M -Xmx512M -Dfile.
-r d:\Sikuli\
+++ using as SIKULIX_HOME: C:\Program Files\Sikuli\
+++ this Sikuli version is 32-Bit
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing)
+++ trying to start Sikuli Script
Exception in thread "main" java.lang.
Caused by: java.lang.
at java.net.
at java.security.
at java.net.
at java.lang.
at sun.misc.
at java.lang.
at java.lang.
Could not find the main class: org.sikuli.
The command <<"%SIKULI_
Maybe I have made a mistake
Regards.
summary: |
- Problem to launch script in command line for Win32 + [1.0] Windows: sikuli-script.cmd: no class def found error --- use -j6 + as parameter |
description: | updated |
description: | updated |
Changed in sikuli: | |
status: | Invalid → Fix Committed |
importance: | Undecided → High |
assignee: | nobody → RaiMan (raimund-hocke) |
summary: |
- [1.0] Windows: sikuli-script.cmd: no class def found error --- use -j6 - as parameter + [1.0 tempFix] Windows: sikuli-script.cmd: no class def found error --- + workaround |
Changed in sikuli: | |
milestone: | none → 1.1.0 |
tags: | added: scriptrun |
Changed in sikuli: | |
importance: | High → Critical |
description: | updated |
I have made a mistake, it need '-j6' in parameters.
Sorry, it's resolved.