jvandertil / Jerasure

Fork of the Jerasure Library that adds Java Native Interface (JNI) wrappers

Home Page:http://web.eecs.utk.edu/~plank/plank/papers/CS-08-627.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is the Jerasure project, by James S. Plank, Scott Simmerman, and Catherine D. Schuman. More details can be found at http://web.eecs.utk.edu/~plank/plank/papers/CS-08-627.html

See technical report CS-08-627 for a description of the code.

The directories are as follows:

  • The src directory contains the jerasure code.
  • The Examples directory contains the example programs.
  • The jni folder contains the native (C++) part of the JNI coupling (added by jvandertil)
  • The java directory contains the Java sources for the JNI coupling (added by jvandertil)
  • The win32 directory contains a Visual Studio 2012 solution for building on Windows. (added by jvandertil)

Hints

  • It is assumed that GNU make is being used.
  • When using the JNI coupling, be sure to include the JAR file in your java.library.path.
    • You can also set the library path using: java -Djava.library.path={path}
  • Make sure your JAVA_HOME environment variable is set to the JDK path

About

Fork of the Jerasure Library that adds Java Native Interface (JNI) wrappers

http://web.eecs.utk.edu/~plank/plank/papers/CS-08-627.html

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 58.9%Language:TeX 28.2%Language:C++ 4.8%Language:JavaScript 2.8%Language:CSS 2.6%Language:Java 2.3%Language:Perl 0.3%