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 years ago
..
.settings mavenizing tests - wip 5 years ago
cert 328099 13 years ago
src 328099 13 years ago
.classpath mavenizing tests - wip 5 years ago
.project mavenizing tests - wip 5 years ago
X.java 328099 13 years ago
aop.xml 328099 13 years ago
code.jar 328099 13 years ago
pom.xml 328099 13 years ago
readme 328099 13 years ago

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