Skip to content

CyBot/pcsc-jni-osx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenJDK PCSC Binding for OSX

This repository contains a patched version of the PCSC JNI Binding needed in the SmartcardIO. It fixes the SCardControl command which received an interface change in OSX, but was not adapted correctly in the JDK.

This version contains fixes based on OpenJDK 6, 7 and 8. Additionally a modified SmartcardIO factory package is provided for each JDK version.

Build instructions

The requirements for the build are:

  • JDK
  • Apache Ant
  • OSX Developer Tools

The build can be triggered by the build.sh shell script in the root directory.

$ ./build.sh

This executes the build script contained in each of the openjdkX directories.

About

PCSC JNI Wrapper with fixes for OSX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.7%
  • Java 9.1%
  • Other 1.2%