Bruce Tesar

Results 3 issues of Bruce Tesar

I set out to jarify the Demo.rb for jrubyfx, and I ended up dealing with 3 different issues. I'm posting the first here, and will put the other two in...

**Issue** After jarifying samples\fxml\Demo.rb, executing the jar file produces a LoadError for the require_relative statement in Demo.rb (around line 21). More precisely, the line `require_relative 'complex_control'` results in the error...

**Issue** When jrubyfx_jarify is used to jarify a project that includes FXML, executing the resulting jar file produces an exception about failing to find a .fxml file, even though the...