aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1612/pr328099/readme
blob: 035feb471c7fc4b6f22b6711d65d39501a3fbe1f (plain)
1
2
3
4
5
6
7
8
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