Quote:
Originally Posted by ktrobotcreator
|
I did this and got the following error:
Code:
C:\>java -jar sfx.jar
file:/C:/sfx.jar!/jrubyfx/utils/common_converters.rb:29 warning: already initial
ized constant ARG_CONVERTER_SUFFIX
file:/C:/sfx.jar!/jrubyfx/utils/common_converters.rb:32 warning: already initial
ized constant NAME_TO_COLORS
file:/C:/sfx.jar!/jrubyfx/utils/common_converters.rb:138 warning: already initia
lized constant CONVERTERS
file:/C:/sfx.jar!/jrubyfx/utils/common_converters.rb:173 warning: already initia
lized constant ENUM_CACHE
file:/C:/sfx.jar!/jrubyfx/utils/common_converters.rb:176 warning: already initia
lized constant ENUM_OVERRIDES
Exception running Application:
#<NameError: uninitialized constant JRubyFX::Controller::FxmlLoader>
org/jruby/RubyModule.java:2684:in `const_missing'
file:C:/sfx.jar!/jrubyfx/imports.rb:71:in `const_missing'
file:C:/sfx.jar!/jrubyfx/controller.rb:334:in `get_fxml_loader'
file:C:/sfx.jar!/jrubyfx/controller.rb:117:in `load_into'
file:/C:/sfx.jar!/jrubyfx/core_ext/stage.rb:82:in `fxml'
classpath:jar-bootstrap.rb:74:in `start'
org/jruby/RubyBasicObject.java:1536:in `instance_eval'
file:C:/sfx.jar!/jrubyfx/module.rb:49:in `with'
classpath:jar-bootstrap.rb:73:in `start'
file:C:/sfx.jar!/jrubyfx/java_fx_impl.rb:119:in `launch_app_after_platform'
org/jruby/gen/InterfaceImpl498204640.gen:13:in `run'