← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272170]: [1.1.0] Running JRuby scripts: JythonSupport: Not possible to get a Jython on to the classpath!

 

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

    Status: Answered => Open

Serge is still having a problem:
As I said I'm not familiar enough with Ruby.

I'm using JRuby+Cucumber+Sikuli+Selenium(Watir).
I got errors directly after run .feature. Not sure witch script I need to put here? Do you need env.rb?

The env.rb has following:

# required libraries
require 'allure-cucumber'
require 'cucumber/formatter/progress'
require 'java'
require 'sikulix'
include Sikulix
require 'page-object'
require 'page-object/page_factory'
require 'watir-webdriver'
require 'os'


require 'rspec'
require 'data_magic'
require 'require_all'
require 'rubygems'


# Screen modules
require File.expand_path('../utils', __FILE__)
require File.expand_path('../../support/screens/mainscreen', __FILE__)
require File.expand_path('../../support/screens/traynccmenuscreen', __FILE__)
require File.expand_path('../../support/screens/nccviewscreen', __FILE__)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.