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.
Alexander Kriegisch 0be7475fac Remove redundant 'name' and 'packaging' tags from POMs 3 yıl önce
..
.settings mavenizing tests - wip 5 yıl önce
cert 328099 13 yıl önce
src 328099 13 yıl önce
.classpath mavenizing tests - wip 5 yıl önce
.project mavenizing tests - wip 5 yıl önce
X.java 328099 13 yıl önce
aop.xml 328099 13 yıl önce
code.jar 328099 13 yıl önce
pom.xml Remove redundant 'name' and 'packaging' tags from POMs 3 yıl önce
readme 328099 13 yıl önce

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