I need the perl module Java.pm installed. When I cpan/install, it complains that JavaServer needs to be installed. I went to Sun and (I think) I got J2EE default installed and running. Cpan/install still complains about running java_server_install.pl with this:
This will attempt to install JavaServer.jar somewhere & then tell you
how to run it... hopefully!
Yer gonna hafta hunt down your 'classes.zip' file as
well as 'swing.jar' and 'swingall.jar' if you want to
use Swing, and manually list all of those files including
the directories they're in on the 'java' command line like -
As well as putting JavaServer.jar someplace and then execute:
/path/to/java -classpath /path/to/classes.zip:/path/to/swing.jar:/path/to/swingall/jar:/path/to/JavaServer.jar JavaServer
to run JavaServer.
Does anyone else have some help they can lend getting Java.pm installed on a 6.2 SME server