Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Alexander Kriegisch 0be7475fac Remove redundant 'name' and 'packaging' tags from POMs před 3 roky
..
.settings mavenizing tests - wip před 5 roky
cert 328099 před 13 roky
src 328099 před 13 roky
.classpath mavenizing tests - wip před 5 roky
.project mavenizing tests - wip před 5 roky
X.java 328099 před 13 roky
aop.xml 328099 před 13 roky
code.jar 328099 před 13 roky
pom.xml Remove redundant 'name' and 'packaging' tags from POMs před 3 roky
readme 328099 před 13 roky

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