We have installed the java2html plugin
by Markus Gebhard.
This is intended for including Java source code in wiki text.
Example:
public class HelloWorld {
|
This plugin is used as follows:
[{Java2HtmlPlugin
public class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello World!");
}
}
}]
Note that there must be an empty line before the source code, after the plugin name.