您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Alexander Kriegisch 0be7475fac Remove redundant 'name' and 'packaging' tags from POMs 3 年前
..
.settings mavenizing tests - wip 5 年前
cert 328099 13 年前
src 328099 13 年前
.classpath mavenizing tests - wip 5 年前
.project mavenizing tests - wip 5 年前
X.java 328099 13 年前
aop.xml 328099 13 年前
code.jar 328099 13 年前
pom.xml Remove redundant 'name' and 'packaging' tags from POMs 3 年前
readme 328099 13 年前

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