Skip to content
Snippets Groups Projects
Commit 6145e98b authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Some JARs included with the JRE are necessary for using cryptographic

APIs. In particular, the "crypto.aes" and "crypto.rsa" benchmarks
fail without them.

At some point, we should consider just adding most of the stuff in
/usr/lib/jvm/java/jre/lib to our distribution... Everything in that
directory has to be useful for something, and it might take a while
before we try all possible APIs in OSV...
parent af35ab9e
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@
/usr/lib/jvm/&/jre/lib/rt.jar: %(jdkbase)s/&
/usr/lib/jvm/&/jre/lib/jsse.jar: %(jdkbase)s/&
/usr/lib/jvm/&/jre/lib/jce.jar: %(jdkbase)s/&
/usr/lib/jvm/&/jre/lib/ext/sunjce_provider.jar: %(jdkbase)s/&
/usr/lib/jvm/&/jre/lib/ext/sunpkcs11.jar: %(jdkbase)s/&
/usr/lib/jvm/&/jre/lib/ext/sunec.jar: %(jdkbase)s/&
/usr/lib/jvm/&/jre/lib/charsets.jar: %(jdkbase)s/&
/usr/lib/jvm/&/jre/lib/rhino.jar: %(jdkbase)s/&
/usr/lib/jvm/&/jre/lib/meta-index: %(jdkbase)s/&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment