Mark, I uploaded Inline-Java-0.44-RC3.tar.gz which should fix the problem.
Cheers, Patrick On Mon, 2003-11-24 at 06:22, Mark Fowler wrote: > 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.