How do I use Ranger with Java?

How do I use Ranger with Java?

Using Ranger with Java (not Javascript)
There is a Java interface, JNI, for Ranger called JRanger.  It can be found on our website after logging in and selecting the "Ranger SDK" link.  Because Ranger and the drivers that Ranger uses are 32 bit you will need a 32 bit Java Virtual Machine to load the JNI dll.

I'm actually interested in JavaScript with HTML. Is there a way to use Ranger with JavaScript?
Our website has an HTML/JavaScript example that can be used to help develop this type of application.  Just log into our website (www.sbullet.com) and select "Ranger SDK".  Then look for "HTML/Javascript Project Source code".

This example requires IE.  Other web browsers that do not support ActiveX control will not work.


Ranger® - The universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com

    • Related Articles

    • How to properly use Ranger Shutdown()

      Why can't we call Shutdown() in every Ranger state? Many low-level scanner drivers require that they be shutdown in a specific orderly sequence. If they are abruptly disconnected, it can leave the scanner and/or device driver in an unexpected, and ...
    • Can I use Ranger in my web-based application?

      Yes. Many Ranger users have web-based applications. Some application developers use our JavaScript library. Others use a Ranger browser plug-in, DLL or ActiveX control. Ranger® - The universal check scanner interface Copyright © 2023 Silver Bullet ...
    • Must I use Image File Sets to store images captured using Ranger?

      You do not need to save images into Image File Sets unless you need Ranger compatibility with large Unisys check scanner/sorters. You can access the images in the Ranger "InPocket" event via the GetImageAddress() and GetImageByteCount() functions. If ...
    • How do I use Ranger in a C# or VB.NET web application?

      How do I use Ranger in a C# or VB.NET web application? Ranger cannot be added to a .NET web application in the same way as the sample apps. This is because the C# or VB.NET code is run on the server, and the Ranger ActiveX control must be run ...
    • Should I use SetEndorseText() or SetFixedEndorseText()?

      As part of application initialization, the application should query Ranger's TransportInfo.ini file via Ranger's GetTransportInfo() method (section 13.1.12.1 of the Ranger Transport API Functional Specification Document Version 2.3) to determine if ...