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

    • Web-based Ranger development Q&A

      Q: Are most applications that use Ranger thick clients or Web apps? A: There is a mixture, but the majority of check scanning applications in our industry are "thick clients." Q: How easy is it to develop Ranger-based Web applications? A: It depends ...
    • 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 ...
    • How can I generate the C++ files needed in referencing the functions and events ?

      These instructions assume MS Visual Studio IDE Install a Ranger activex control on the development PC (found at www.sbullet.com) Add the Ranger control to the IDE toolbox Create a new C++ MFC dialog project in VS Drop the Ranger control onto a dialog ...
    • 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 ...