diff --git a/java/xdocs/faq.fml b/java/xdocs/faq.fml
new file mode 100644
index 00000000..42efd906
--- /dev/null
+++ b/java/xdocs/faq.fml
@@ -0,0 +1,43 @@
+
+
+
+
+ The default javac settings cause problems with jdk 1.5 because the
+ target is set to 1.1 and no source has been set.
+
+ You will need to provide two properties to allow compilation to work
+ with 1.5:
+