Code Monkey home page Code Monkey logo

Comments (9)

twall avatar twall commented on September 13, 2024

updated linux binaries for x86/amd64 against 2.1.3 and 2.2.5, respectively.

from jna.

rdp avatar rdp commented on September 13, 2024

I think I just got this same error message from jnaerator with its "shaded" jar. Guess I'll put the newer jna.jar first in the classpath for now...

from jna.

twall avatar twall commented on September 13, 2024

no. the binaries have been checked in but not yet tagged or released

On Feb 16, 2012, at 4:13 PM, Roger Pack wrote:

has this been released yet? I still seem to be getting it with the 3.4.0 binaries linked to here: https://github.com/twall/jna


Reply to this email directly or view it on GitHub:
#52 (comment)

from jna.

Zlika avatar Zlika commented on September 13, 2024

I'm also facing this bug. Do you plan to release a new JNA version anytime soon ?

from jna.

twall avatar twall commented on September 13, 2024

It was waiting on someone to review and/or fix the maven release bits, but no one has stepped forward.

If that situation continues, I can tag and release next week sometime. That said, a working version is available from the repo at any time.

T.

On May 4, 2012, at 6:12 AM, Zlika wrote:

I'm also facing this bug. Do you plan to release a new JNA version anytime soon ?


Reply to this email directly or view it on GitHub:
#52 (comment)

from jna.

Zlika avatar Zlika commented on September 13, 2024

I use maven, so I try to only use the versions that are on maven central (with an "official" numbering).

from jna.

maxcom avatar maxcom commented on September 13, 2024

Same problem on 3.5.0. Last version that works on RHEL5 is 3.3.0

from jna.

twall avatar twall commented on September 13, 2024

If you need to specifically target older releases, you might want to build your own.

I don't have any older 64-bit build platforms.

On Oct 20, 2012, at 7:07 AM, Maxim Valyanskiy wrote:

Same problem on 3.5.0. Last version that works on RHEL5 is 3.3.0


Reply to this email directly or view it on GitHub.

from jna.

diakula avatar diakula commented on September 13, 2024

Well, I understand that the latest JNA has been build against a fresh updated OS.
JNA is a great package that has served us very well.

Nevertheless, we have this issue and it is not so simple to upgrade our machines.
When I checked JDK 7u5, it requires GLIBC 2.5.

Currently, you have a case in which backward compatibility breaks:

  • A system S with GLIBC 2.5+ (< 2.11) runs OK with older version of JNA and JDK 7u5
  • Someone starts using JNA latest on S
  • JNA latest claims it works with JDK7u5 but fails to run properly.

The cleanest approach would be:

  • check which Java versions (update including) you want to claim JNA compatible with,
  • check which GLIBC versions they support
  • make sure JNA support those.
  • for all other Java updates/versions, make conditional notice in the release notes that the OS has to be newer than some version (currently GLIBC 2.11)

If you don't do this, you will be loosing clients from all kinds of conservative installations such as long support Debian and BSD clones, who do not want to unnecessarily upgrade something that works rather well.

from jna.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.