Showing 64 open source projects for "java jni"

View related business solutions
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 1
    JavaCPP

    JavaCPP

    The missing bridge between Java and native C++

    JavaCPP provides efficient access to native C++ inside Java, not unlike the way some C/C++ compilers interact with assembly language. No need to invent new languages such as with SWIG, SIP, C++/CLI, Cython, or RPython. Instead, similar to what cppyy strives to do for Python, it exploits the syntactic and semantic similarities between Java and C++. Under the hood, it uses JNI, so it works with all implementations of Java SE, in addition to Android, Avian, and RoboVM (instructions). More...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    PyJNIus

    PyJNIus

    Access Java classes from Python

    Pyjnius is a Python library for accessing Java classes. A Python module to access Java classes as Python classes using the Java Native Interface (JNI). Warning: the pypi name is now pyjnius instead of jnius. When you use autoclass, it will discover all the methods and fields of the class and resolve them. You can use the signatures method of JavaMethod and JavaMultipleMethod, to inspect the discovered signatures of a method of an object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Provides a Java API for the Clearcase version control system. This API uses JNI for win32 systems, and the 'cleartool' executable for all other platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Artistic Style
    A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code. Website: http://astyle.sourceforge.net/ Git Repository: https://gitlab.com/saalen/astyle/
    Leader badge
    Downloads: 1,287 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 5
    Classdesc is a system for adding reflection to C++, ie the ability to query an object's structure at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    7-Zip-JBinding

    7-Zip-JBinding

    Java wrapper for 7z archiver engine

    Native (JNI) cross-platform library to extract (password protected, multi-part) 7z Zip Rar Tar Split Lzma Iso HFS GZip Cpio BZip2 Z Arj Chm Lhz Cab Nsis Deb Rpm Wim Udf archives and create 7z, Zip, Tar, GZip & BZip2 from Java.
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 7
    jfdk

    jfdk

    Modified OpenJDK with a non-compacting pinning supported GC.

    jfdk is a fork of the OpenJDK with a minor modification so that the Shenandoah GC skips the compacting phases. This GC supports pinning (JNI functions GetPrimitiveArrayCritical / ReleasePrimitiveArrayCritical) but normally that prevents the GC from functioning. But by skipping the compacting phases pinning works without blocking the GC. This enables greater native performance and possibly faster GC operation. Already finding 4x performance gains in apps built with jfdk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    JACOB - Java COM Bridge

    JACOB is a JAVA-COM Bridge that allows you to call COM Automation comp

    JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. It uses JNI to make native calls to the COM libraries. JACOB runs on x86 and x64 environments supporting 32 bit and 64 bit JVMs This project has moved to https://github.com/freemansoft/jacob-project
    Leader badge
    Downloads: 129 This Week
    Last Update:
    See Project
  • 9
    GUIDOLib
    The GUIDOLib provides a powerful engine for the graphic rendering of music scores, based on the Guido Music Notation format. It supports Linux, Mac OS X, Windows, Android and iOS operating systems. A Java JNI interface is available as well as a Javascript version of the library. A Web API has also been designed, allowing to deploy the engine as a Web service.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10

    javaLightConsole

    Easy fine console input/output for java

    Input : non blocking keyboard handling. Output : clean console, print at x,y coordinates, echo on/off, cursor on/off. Developed for learning game programming and MVC. Uses native code through JNI. Provides windows and linux versions. Includes code:blocks and eclipse projects for native and java code. You can use the classes InputProxy and OutpoutProxy in your projects. For usage examples, see their main() methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    haikuVM

    A Java VM for ARDUINO and other micros using the leJOS runtime.

    HaikuVM has been started for hobbyists who develop applications for ARDUINO to open the world of JAVA and leJOS. Yes, you can program an ARDUINO with JAVA! HaikuVM is so small that it even runs on an atmega8 (and the ASURO robot). And yes, you can program an ASURO robot with JAVA! And since version 1.4.0 the RCX lego brick.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    JXGrabKey is a jni library for easy use of global X11 hotkeys on linux from java. It was inspired by the JIntellitype project. JXGrabKey was originally created as a subproject of Coopnet (http://coopnet.sourceforge.net).
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    JANET is a software tool simplifying integration of Java applications with codes and libraries written in other languages. It defines a lightweight Java language extension and appropriate preprocessor generating JNI interfaces out of JANET source files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Driver para impresor / controlador fiscal EPSON en JAVA. Utiliza JNI para comunicacion con puerto serie. Testeado en winxp, linux x86_64, win7 32 / 64 sobre TMU-220AF. solo rollo papel continuo (chicos)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JamVM is a new Java Virtual Machine conforming to the JVM specification edition 2 (blue book). It is extremely small - stripped on PowerPC ~110K, Intel 80K. However, unlike other small VMs it supports the full spec, inc. object finalisation and JNI.
    Leader badge
    Downloads: 188 This Week
    Last Update:
    See Project
  • 16
    JIProlog

    JIProlog

    Java Internet Prolog (Moved to GitHub)

    N.B. THE PROJECT HAS BEEN MOVED TO GITHUB https://github.com/jiprolog/ JIProlog is a cross-platform pure Java 100% Prolog interpreter that integrates Prolog and Java languages in a very fashinating way. JIProlog is compliant with the major Prolog interpreters. It supports most of ISO Prolog specifications and the most common and used built-in predicates, JIProlog allows to call Prolog predicates from Java without dealing with native code (JNI or JNA) and allows to invoke Java methods...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    glSatellite Demo

    Technological demo of OpenGL ES 2 Android NDK

    ... on a fixed background; - each satellite is represented by a beam with a unique color; - identifying the corresponding satellite if a beam has been tapped (based on color picking method). Additionally to 3D features presented the application is: - using NDK with C++11 features compiled by LLVM clang; - mixing Java views with OpenGL views (Java is used for settings activity, information and ads panels); - using Android custom message queue to send asynchronous messages from Java to JNI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Implementation of DCOM wire protocol (MSRPC) to enable development of Pure Bi-Directional, Non-Native Java applications which can interoperate with any COM component.The implementation is itself purely in Java and does not use JNI to provide COM access.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19

    JNIAnotationBridge

    Automatic c++ JAVA JNI code generator via annotations

    Automatic c++ JAVA JNI code generator via annotations Supported: JNI header + source code with automatic cast to c++ bridge class Java String conversion to std::string Bridge c++ class to Java class
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    cairo4j

    Java bindings to cairo

    These are the Java bindings to cairo C graphics library. Main features: - Handcrafted OO bindings updated to version 2.12. JNI code is automatically generated, thanks to Hawtjni library; - Supported on Windows, Linux and Mac; - Draw directly to an AWT Canvas through JAWT; Missing features: - User fonts and raster source patterns are not implemented yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    java-terminal-utilities

    Java terminal utilities

    Java/JNI interface to some terminal functions; allows to use non-canonical input, input timeout, echo-off mode, terminal colors in Java programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A JNI wrapper for pjsip. You can use this wrapper to develop Java applications using the pjsip library. At the moment only the pjsua API is implemented. If you would like to obtain a commercial license, or need customisations, please contact us.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JamVM is a compact Java Virtual Machine conforming to the JVM specification edition 2 (blue book). It is extremely small - stripped on PowerPC 150K, Intel 100K. However, unlike other small VMs it supports the full spec, inc. object finalisation and JNI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Jace is a set of C++ and Java libraries and programs based on JNI that make it incredibly easy to write C++ code that integrates with the Java Virtual Machine (JVM). This project has moved to http://code.google.com/p/jace/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jSegue:Tools for making Java bindings for native code: tlb2java generates Java and JNI code to call COM Ole Automation servers, h-gen generates C++ code to access Java and implement native methods. Partial bindings: Windows PlatformSDK, GDI, ADO, and DAO
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next