Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
Archiving this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Aug 6, 2020
1 parent 980fe64 commit de8e43e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
@@ -1,16 +1,17 @@
# Play Native Loader

This is a very small library that makes it possible to use native libraries with Play. Since Play uses its own class loader for `run` command, we need an external library that loads the native libraries in the same class loader that is used by the classes.

# End of Life

The active Playframework contributors consider this repository has reached End of Life and can be archived. If you want to develop this library further, feel free to reach out.
The active Playframework contributors consider this repository has reached End of Life and archived it.

**We'll archive this repository by End of July 2020.**
This repository is not being used anymore and won't get any further updates.

Thank you to all contributors that worked on this repository!


# Play Native Loader

This is a very small library that makes it possible to use native libraries with Play. Since Play uses its own class loader for `run` command, we need an external library that loads the native libraries in the same class loader that is used by the classes.


## Installation

To use it, please add the following dependency to your project's `build.sbt` or `project/Build.scala` file:
Expand Down

0 comments on commit de8e43e

Please sign in to comment.