aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1612/pr328099/readme
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs1612/pr328099/readme')
-rw-r--r--tests/bugs1612/pr328099/readme9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bugs1612/pr328099/readme b/tests/bugs1612/pr328099/readme
new file mode 100644
index 000000000..035feb471
--- /dev/null
+++ b/tests/bugs1612/pr328099/readme
@@ -0,0 +1,9 @@
+Build the src contents into a jar which will then contain class files and our manifest. Jar typically code.jar
+
+Then sign the jar with
+ jarsigner -keystore ../cert/key.store -storepass foobar code.jar foo
+
+as per: http://introcs.cs.princeton.edu/85application/jar/sign.html
+
+then you can run it:
+java -javaagent:XXX -classpath code.jar foo.bar.Foo