You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andy Clement 2b24e7377d mavenizing tests - wip 5 lat temu
..
.settings mavenizing tests - wip 5 lat temu
cert 328099 13 lat temu
src 328099 13 lat temu
.classpath mavenizing tests - wip 5 lat temu
.project mavenizing tests - wip 5 lat temu
X.java 328099 13 lat temu
aop.xml 328099 13 lat temu
code.jar 328099 13 lat temu
pom.xml 328099 13 lat temu
readme 328099 13 lat temu

readme

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