hello folks, I'm using Inline::Java and its working well for me.
In coming months I'd like to deploy a solution for N>50 users, some of which simply want to use the solution, and are neither perl nor java experts. Hence would like to have a simpler install. The prerequisite Inline module is simple since 'ppm install Inline' suffices (we assume a perl dist + HTTP_PROXY setup etc). But Inline::Java requires: - % perl Makefile.PL J2SDK=/your/java/dir % make java % make % make test % make install ...and most of our customers are on windows hence they'd also need to download nmake 1.5 for install to succeed. Of course we could supply Java Inline module directly but would rather not (versioning etc). Is there no easy solution because of the J2SDK and 'make java' prerequisites? Thanks for any inputs. cheers, Alan