Skip to content

Instantly share code, notes, and snippets.

@enebo

enebo/err.loc Secret

Created March 25, 2022 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/b4dbd9c2084fe64d7e591a0e09482f89 to your computer and use it in GitHub Desktop.
Save enebo/b4dbd9c2084fe64d7e591a0e09482f89 to your computer and use it in GitHub Desktop.
system ~/work/gems/jrubyfx master 1203% ~/work/jruby-9.3/bin/jruby samples/contrib/fxmltableview/FXMLTableView.rb
~/work/jruby-9.3/bin/jruby samples/contrib/fxmltableview/FXMLTableView.rb
Exception in Application start method
Exception in thread "JavaFX Application Thread" org.jruby.exceptions.NoMethodError: (NoMethodError) super: no superclass method `updateItem' for #<FormattedTableCellFactory_TableCell:0x48a87990>
Did you mean? updateItem
updateIndex
at org.jruby.RubyBasicObject.method_missing(org/jruby/RubyBasicObject.java:1694)
at RUBY.method_missing(/home/enebo/work/jruby-9.3/lib/ruby/gems/shared/gems/jrubyfx-2.0.0-java/lib/jrubyfx/dsl.rb:103)
at RUBY.method_missing(/home/enebo/work/jruby-9.3/lib/ruby/gems/shared/gems/jrubyfx-2.0.0-java/lib/jrubyfx/core_ext/precompiled.rb:2778)
at RUBY.updateItem(/home/enebo/work/gems/jrubyfx/samples/contrib/fxmltableview/FormattedTableCellFactory.rb:66)
Unhandled Java exception: java.lang.RuntimeException: Exception in Application start method
java.lang.RuntimeException: Exception in Application start method
launchApplication1 at com/sun/javafx/application/LauncherImpl.java:901
lambda$launchApplication$2 at com/sun/javafx/application/LauncherImpl.java:196
run at java/lang/Thread.java:833
Caused by:
org.jruby.exceptions.NoMethodError: (NoMethodError) super: no superclass method `updateItem' for #<FormattedTableCellFactory_TableCell:0x8ac12e6>
Did you mean? updateItem
updateIndex
method_missing at org/jruby/RubyBasicObject.java:1694
method_missing at /home/enebo/work/jruby-9.3/lib/ruby/gems/shared/gems/jrubyfx-2.0.0-java/lib/jrubyfx/dsl.rb:103
method_missing at /home/enebo/work/jruby-9.3/lib/ruby/gems/shared/gems/jrubyfx-2.0.0-java/lib/jrubyfx/core_ext/precompiled.rb:2778
updateItem at /home/enebo/work/gems/jrubyfx/samples/contrib/fxmltableview/FormattedTableCellFactory.rb:66
start at samples/contrib/fxmltableview/FXMLTableView.rb:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment