Andi Vajda <va...@apache.org> wrote:

> > That could be it.  I believe I'm using 2.9.3.  Is the fix in 3.0.2?
> 
> 2.9.3, 3.0.2, 3.x and trunk all use jcc 2.6 so you should have that
> fix. Are you using shared mode ? (if you're seeing a java
> RuntimeException thrown, the answer is probably not).

This is from the 3.0.2 Makefile that I'm (now) using:

# Mac OS X 10.5 (32-bit Python 2.5, Java 1.5)
PREFIX_PYTHON=/usr
ANT=ant
PYTHON=$(PREFIX_PYTHON)/bin/python
JCC=$(PYTHON) -m jcc --shared
NUM_FILES=2

So, yes, I'm using --shared.  I'll see if I can boil this down to a
simple test case.

Bill

Reply via email to