選択できるのは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