Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion it seems 3.5.0 is not working

Received: by 10.14.209.66 with SMTP id r42mr30176794eeo.1.1351341405906;
        Sat, 27 Oct 2012 05:36:45 -0700 (PDT)
X-BeenThere: jna-users@googlegroups.com
Received: by 10.14.4.66 with SMTP id 42ls2578195eei.4.gmail; Sat, 27 Oct 2012
 05:36:45 -0700 (PDT)
Received: by 10.14.204.201 with SMTP id h49mr30163901eeo.5.1351341405343;
        Sat, 27 Oct 2012 05:36:45 -0700 (PDT)
Received: by 10.14.204.201 with SMTP id h49mr30163898eeo.5.1351341405333;
        Sat, 27 Oct 2012 05:36:45 -0700 (PDT)
Return-Path: <lfar...@lfarkas.org>
Received: from mail-ea0-f180.google.com (mail-ea0-f180.google.com [209.85.215.180])
        by gmr-mx.google.com with ESMTPS id m6si976470eep.1.2012.10.27.05.36.45
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 27 Oct 2012 05:36:45 -0700 (PDT)
Received-SPF: neutral (google.com: 209.85.215.180 is neither permitted nor denied by best guess record for domain of lfar...@lfarkas.org) client-ip=209.85.215.180;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.215.180 is neither permitted nor denied by best guess record for domain of lfar...@lfarkas.org) smtp.mail=lfar...@lfarkas.org
Received: by mail-ea0-f180.google.com with SMTP id 1so1063735eaa.25
        for <jna-users@googlegroups.com>; Sat, 27 Oct 2012 05:36:45 -0700 (PDT)
        d=google.com; s=20120113;
        h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject
         :references:in-reply-to:x-enigmail-version:content-type
         :content-transfer-encoding:x-gm-message-state;
        bh=Eb5zJ+5pUfPL/lNfJieU2io6ta7+kTjOZWnNfWtqxog=;
        b=j0wFDDkrRWo+y8drBZPzYW0lyjmSDSqGHSl+7lJ5C+dlfbXj7+NpSdXCSeB41a3WYu
         9TDl3wKfDlAxgVeS8biub8Ubf25JgaciqgQXKKHOw0U9/Z7jBXHLtyjtmqaYiZnYUNWI
         AN0mz9PX6bLhOH1hHXpwacgehn/zmke/PrOS08ZrwR/RJH/n/BragykP1cQCTDYhVl8b
         pMq6Ez9aj/LeJl2ky8R9R2JjBOMXhbdYzw/0z6kTLZPGDi60KdpLmxZ2T92FoHs9mp7d
         hh2ZXqmRh4lqoL8EB2BToJidq3hSaGswJrT3VNb08BDXzww65uOqoSY+dE1fph5tKriS
         B7kw==
Received: by 10.14.203.3 with SMTP id e3mr28870967eeo.35.1351341405088;
        Sat, 27 Oct 2012 05:36:45 -0700 (PDT)
Return-Path: <lfar...@lfarkas.org>
Received: from fox.lfarkas.org ([217.27.219.101])
        by mx.google.com with ESMTPS id f3sm9034150eeo.13.2012.10.27.05.36.44
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 27 Oct 2012 05:36:44 -0700 (PDT)
Sender: Farkas Levente <lfar...@lfarkas.org>
Message-ID: <508BD55B.9070...@gmail.com>
Date: Sat, 27 Oct 2012 14:36:43 +0200
From: Farkas Levente <lfar...@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.8) Gecko/20121015 Thunderbird/10.0.8
MIME-Version: 1.0
To: jna-users@googlegroups.com
CC: Daniel Doubrovkine <dbl...@dblock.org>, 
 Dan Rollo <danro...@gmail.com>
Subject: Re: it seems 3.5.0 is not working
References: <508BA568.7000...@lfarkas.org> <16576254-48c4-4167-9b3c-24bb9ffe8002@googlegroups.com> <CALCE7pmMn74iGqKvkHiPVMqawyv_j-B6Kg_b4FpvReyk=Ms...@mail.gmail.com>
In-Reply-To: <CALCE7pmMn74iGqKvkHiPVMqawyv_j-B6Kg_b4FpvReyk=Ms...@mail.gmail.com>
X-Enigmail-Version: 1.4
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Gm-Message-State: ALoCoQlK84jqlwbxCLmUhOw/agMWifCczuS4ZkW5Q0Oaooa6/E9TiFCag+plO+vISQuOg09sLI4c

it's not that simple. i build it on linux myself (while also package for
fedora, rhel etc). it's give the same error in the link.
so it's not the reason (or not the only reason)!

On 10/27/2012 02:14 PM, Daniel Doubrovkine wrote:
> Looks like the platform.jar
> in https://github.com/twall/jna/tree/3.5.0/dist is old. It hasn't been
> updated with the JNA release.
> 
> Dan, you missed updating it in the release - can you please check this out?
> 
> Thanks,
> dB.
> 
> On Sat, Oct 27, 2012 at 7:58 AM, croudet <crou...@gmail.com
> <mailto:crou...@gmail.com>> wrote:
> 
>     I think it's just the platform.jar that is not up to date. Try to
>     pick up any of the demo-<...>.jar in
>     jna/dist/jnacontrib, they contains the latest platform.jar classes.
> 
>     Christophe
> 
> 
>     On Saturday, October 27, 2012 5:12:11 AM UTC-4, Farkas Levente wrote:
> 
>         hi,
>         as described here:
>         http://stackoverflow.com/__questions/13096741/jna-__capturing-every-window-java-__lang-abstractmethoderror
>         <http://stackoverflow.com/questions/13096741/jna-capturing-every-window-java-lang-abstractmethoderror>
> 
>         we've got the same exception on both linux and windows. so we
>         currently
>         can't use 3.5.0 (neither 3.4.0 on windows which is another bug
>         which was
>         fixed in 3.5.0). it'd be useful to fix it asap since imho it's a
>         unusable release.
>         regards.
> 
>         -- 
>           Levente                               "Si vis pacem para bellum!"
> 
> 
> 
> 
> -- 
> 
> dB. | Moscow - Geneva - Seattle - New York
> dblock.org <http://www.dblock.org> - @dblockdotorg
> <http://twitter.com/#!/dblockdotorg>
> 
> 

-- 
  Levente                               "Si vis pacem para bellum!"