block by zachmargolis 9752311

Bouncy Castle Errors

Multiple Bouncy Castle: Errors

As currently configured, this project will load and run (see bouncy_castle_client.rb). However, if the version of BouncyCastle that is bundled with JRuby (1.4.7) is loaded (see bouncy_castle_collision.rb), the project fails to load the JAR correctly.

Instructions:

set_up_files.sh # Github gists don't allow directories
mvn package
ruby bouncy_castle_client.rb # ok
ruby bouncy_castle_collision.rb # errors

BouncyCastleClient.java

bouncy_castle_client.rb

bouncy_castle_collision.rb

pom.xml

set_up_files.sh