on 02/05/2007 05:26 AM Robert Lougher said the following: > I'm pleased to announce the release of JamVM 1.4.5 Thanks. I had to apply the following patch to get it compiling without errors: diff -urN jamvm-1.4.5-orig/lib/Makefile.am jamvm-1.4.5/lib/Makefile.am --- jamvm-1.4.5-orig/lib/Makefile.am 2007-01-16 02:35:04.000000000 +0100 +++ jamvm-1.4.5/lib/Makefile.am 2007-02-05 12:17:55.000000000 +0100 @@ -17,7 +17,7 @@ $(srcdir)/java/lang/reflect/Method.java \ $(srcdir)/java/security/VMAccessController.java \ $(srcdir)/gnu/classpath/VMSystemProperties.java \ - $(srcdir)/sun/reflect/Annotation/AnnotationInvocationHandler.java \ + $(srcdir)/sun/reflect/annotation/AnnotationInvocationHandler.java \ $(srcdir)/gnu/classpath/VMStackWalker.java diff -urN jamvm-1.4.5-orig/lib/Makefile.in jamvm-1.4.5/lib/Makefile.in --- jamvm-1.4.5-orig/lib/Makefile.in 2007-02-05 04:23:19.000000000 +0100 +++ jamvm-1.4.5/lib/Makefile.in 2007-02-05 12:17:57.000000000 +0100 @@ -181,7 +181,7 @@ $(srcdir)/java/lang/reflect/Method.java \ $(srcdir)/java/security/VMAccessController.java \ $(srcdir)/gnu/classpath/VMSystemProperties.java \ - $(srcdir)/sun/reflect/Annotation/AnnotationInvocationHandler.java \ + $(srcdir)/sun/reflect/annotation/AnnotationInvocationHandler.java \ $(srcdir)/gnu/classpath/VMStackWalker.java DISTCLEANFILES = inst_classes.zip Cheers, Michel