Git Product home page Git Product logo

Comments (3)

aviks avatar aviks commented on August 20, 2024

Well, it looks like Oracle have changed the API version without documenting the change. The JDK8 docs still mention 1_6 as the latest available JNI version. http://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/functions.html#version_information

I am therefore hesitant to claim support in JavaCall for something that is so underspecified. There have been some reports of crashes with JDK8. eg #6. Can you try retrieving an exception in JDK8 (just throw an exception in any code that you call via JavaCall) and see what happens?

from javacall.jl.

aviks avatar aviks commented on August 20, 2024

JavaCall.jl now does work on 1.8. The assertion checking for 1.7 has been removed. In Linux, there are no reported issues due to 1.8. In OSX however, there are some spurious segfaults when moving from 1.7 to 1.8

from javacall.jl.

aviks avatar aviks commented on August 20, 2024

Everything should be fixed in JavaCall 0.2.3 onwards. Note that on OSX, there are messages printed to console about segfaults, but they are harmless, and are due to the interaction of Java and Julia's signal handlers. In julia 0.4 run with --handle-signals=no (but that might disable ctrl-C)

Please let me know if there are any further issues.

from javacall.jl.

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.