Sha256: d319c0dc3e95c219de4dbd1ce0e30dda14c808785aaa88b5e25491a3afba762e
Contents?: true
Size: 742 Bytes
Versions: 2
Compression:
Stored size: 742 Bytes
Contents
Building the custom nn Library ============================== This is an example of a java library that you can build yourself with the included Rakefile. Ideally you will both have ant and jruby installed (you should also have a jdk-7+ installed). If you have done all of that compiling and building jar is dead easy just issue the following command in a console. `jruby -S rake` you may also need to set JAVA_HOME to point to your jdk eg `export JAVA_HOME=/opt/jdk1.7.0_51` for linux users This example was taken from [The Nature of Code](https://github.com/shiffman/The-Nature-of-Code) by Dan Shiffman, except the example has been rubified (and even the java code was doctored to be more up to date, and to prefer double to float).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-processing-2.5.0 | samples/external_library/java_processing/custom/README.md |
ruby-processing-2.4.4 | samples/external_library/java_processing/custom/README.md |