Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Alexander Kriegisch 0be7475fac Remove redundant 'name' and 'packaging' tags from POMs il y a 3 ans
..
.settings mavenizing tests - wip il y a 5 ans
cert 328099 il y a 13 ans
src 328099 il y a 13 ans
.classpath mavenizing tests - wip il y a 5 ans
.project mavenizing tests - wip il y a 5 ans
X.java 328099 il y a 13 ans
aop.xml 328099 il y a 13 ans
code.jar 328099 il y a 13 ans
pom.xml Remove redundant 'name' and 'packaging' tags from POMs il y a 3 ans
readme 328099 il y a 13 ans

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