Matthew Toseland wrote:
> On Thursday 27 August 2009 14:08:57 Ximin Luo wrote:
>> Matthew Toseland wrote:
>>> On Thursday 27 August 2009 13:27:33 Ximin Luo wrote:
>>>> Daniel Cheng wrote:
>>>>> On Thu, Aug 27, 2009 at 10:33 AM, Ximin Luo<xl269 at cam.ac.uk> wrote:
>>>>>> Juiceman wrote:
>>>>>> can you give the output of that hs_err log, and also your java version
>>>>>> (java
>>>>>> -version) and OS version (uname -a)?
>>>>> the answer is in this section:
>>>>>
>>>>>>> INFO | jvm 1 | 2009/08/26 19:54:49 | # JRE version: 6.0_15-b03
>>>>>>> INFO | jvm 1 | 2009/08/26 19:54:49 | # Java VM: Java HotSpot(TM)
>>>>>>> Client VM (14.1-b02 mixed mode windows-x86 )
>>>>> that is, 32-bit VM running on windows.
>>>>> (this is a 64bit cpu ? or 32bit jvm on 64bit windows?)
>>>> is that OpenJDK or SunJDK?
>>>>
>>>> also, my commit (the one which fixed Tommy's segfault issues) reverted your
>>>> synchronized (NativeCode.class) { } thing - why was this added in the
>>>> first place?
>>> One of your commits changed the JNI API we use. That means the Windows
>>> binaries are wrong. No?
>> oooh yes, the windows ones have not been recompiled from my last commit to
>> contrib... shit. anyone? i don't have access to a windows jdk
>
> Does it build on mingwin? I can cross-compile if so?
yes, see the README.Win32. but ming is only 32 bit?
X