On Tue, 10 Mar 2015, William Schilp wrote:
i realize this question has been asked in the past (sept-2013) but the
answer seems to be less than useful.
i'm using JCC via C++ and having java crashing issues. the problem appears
to be with the use of initializeClass(bool) and storing instances of
> -Original Message-
> From: Andi Vajda [mailto:va...@apache.org]
> Sent: den 2 september 2013 10:00
> To: Toivo Henningsson
> Cc: pylucene-dev@lucene.apache.org
> Subject: Re: JCC for Java -> C++ and initializeClass
> > My only question now is: Do you plan to
On Sep 2, 2013, at 9:56, Toivo Henningsson
wrote:
>> -Original Message-
>> From: Andi Vajda [mailto:va...@apache.org]
>> Sent: den 30 augusti 2013 16:11
>> To: Toivo Henningsson
>> Cc: pylucene-dev@lucene.apache.org
>> Subject: Re: JCC for Java ->
> -Original Message-
> From: Andi Vajda [mailto:va...@apache.org]
> Sent: den 30 augusti 2013 16:11
> To: Toivo Henningsson
> Cc: pylucene-dev@lucene.apache.org
> Subject: Re: JCC for Java -> C++ and initializeClass
>
>
> On Aug 30, 2013, at 15:
> -Original Message-
> From: Andi Vajda [mailto:va...@apache.org]
> Sent: den 30 augusti 2013 15:13
> To: pylucene-dev@lucene.apache.org
> Subject: Re: JCC for Java -> C++ and initializeClass
>
>
> On Fri, 30 Aug 2013, Toivo Henningsson wrote:
>
> > I&
On Fri, 30 Aug 2013, Toivo Henningsson wrote:
I've been using JCC successfully for a number of months for wrapping Java code
to use in a C++ program.
My question is about initializeClass. Right now, I'm calling
mypackage::MyClass::initializeClass(false);
on some of my classes during initiali
Hi,
I've been using JCC successfully for a number of months for wrapping Java code
to use in a C++ program.
My question is about initializeClass. Right now, I'm calling
mypackage::MyClass::initializeClass(false);
on some of my classes during initialization (in the C++ code), as I got the
impre