On Fri, 21 Nov 2003, Patrick LeBoutillier wrote:
> Hi all,
>
> I believe I finally found a working solution for this problem.
> It basically follow the original design I posted a few days back:
Great! I finally got a free five minutes to try it out today, and I'm
having a few problems. I downloaded 0.44-RC2 and tried to 'make java' but
I got a bucketload of errors, the first of which was:
"/home/mark/j2sdk1.4.0_03/bin/javac" -d Java/classes Java/sources/*.java
Java/sources/InlineJavaPerlCaller.java:42: cannot resolve symbol
symbol : class InlineJavaCallback
location: class org.perl.inline.java.InlineJavaPerlCaller
public Object CallPerl(InlineJavaCallback ijc) throws
InlineJavaException, InlineJavaPerlException {
(full errors at http://2shortplanks.com/temp/inline_java_full.txt )
If it helps to know, my setup is exactly the same as described in
http://www.mail-archive.com/[EMAIL PROTECTED]/msg01921.html
Mark.
--
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};