We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec3a39 commit 349e30dCopy full SHA for 349e30d
extensions/basic/lib/basic.rb
@@ -1,6 +1,6 @@
1
# encoding: utf-8
2
# frozen_string_literal: true
3
-require 'java' # we must use jruby runtime
+require 'jruby' # we must use jruby runtime
4
5
# load the jar from the local directory
6
require_relative 'jruby-ext.jar'
0 commit comments