http://www.perlmonks.org?node_id=1019226


in reply to Java module

FWIW, Java should be installed manually. It can be installed via CPAN, but make test should not be run until after the install. You could do:
perl Makefile.PL make make install
That will install the 'Frontend".
perl java_server_install.pl
From the cpan shell:
cpan> test Java
That will get the 'Backend' up and going. See the README for more info.