jrubyfx icon indicating copy to clipboard operation
jrubyfx copied to clipboard

jarify open issues

Open amiracam opened this issue 12 years ago • 0 comments

so in the quest to create a jrubyfx jar with compiled source (attempt at ip protection), I decided today to check out the jarify utility, which did create a jar but on launch I get the stack below:

monteiro:src charles$ java -jar amn2.jar /Users/charles/.rvm/gems/jruby-1.7.9/gems/faraday-0.8.8/lib/faraday/request/multipart.rb:5 warning: already initialized constant DEFAULT_BOUNDARY Importing control package components completing imports .... Exception running Application:

<NoMethodError: undefined method `open_stream' for nil:NilClass>

file:/Users/charles/RubymineProjects/AMN2/src/amn2.jar!/jrubyfx-fxmlloader.rb:300:in load' file:/Users/charles/RubymineProjects/AMN2/src/amn2.jar!/jrubyfx/controller.rb:117:inload_into' classpath:jar-bootstrap.rb:19:in start' file:/Users/charles/RubymineProjects/AMN2/src/amn2.jar!/jrubyfx/java_fx_impl.rb:125:inlaunch_app_after_platform' org/jruby/gen/InterfaceImpl979465434.gen:13:in `run' monteiro:src charles$

amiracam avatar Dec 10 '13 14:12 amiracam