On Fri, 14 Nov 2003, Patrick LeBoutillier wrote:
> An article on Inline::Java is currently featured on the front page of
> http://www.perl.com.
Which is what brings me here. I'm *very* impressed with Inline Java and
after playing with it for a bit on my Linux box I can see it's really a
powerful tool.
Now onto the question...I'm trying to get it to install onto a Mac OS X
box. Now, as far as I understand it that (at least with the developer
tools installed) these have a jdk installed...but it's not in a single
directory. 'java' and 'javac' are just in /usr/bin...
The Makefile.PL's not really set up for this. What should I do? I can
probably manually hack the Makefile.PL, but this doesn't seem like a long
term solution.
Mark.
--
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};