aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1612/pr328099/readme
blob: 9a9ac5a1ca49b01059881b956ea8a17599b2556f (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: https://introcs.cs.princeton.edu/85application/jar/sign.html

then you can run it:
java -javaagent:XXX -classpath code.jar foo.bar.Foo