aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr164384/README.txt
blob: f676dd47a70f740f9bde6243cd801a59147ab990 (plain)
1
2
3
4
5
to build library.jar:

Compile the classes with a java6 jvm: javac Hello.java MyAnnotation.java

Create the jar file: jar cf library.jar Hello.class MyAnnotation.class