» Home
-
  » FAQ
-

The Klemstine Group
paulklemstine@yahoo.com
(312) 473-1830
-
-

- -

Products & Software

- Java Keylogger is an extension library to the Java language that can globally read the keyboard,
on all the varieties of Windows systems.
Embed this into your application, and start reading the keyboard no matter which window has the focus.
This is not a complete program, but a library for you to use in your own programs.
It's the only Windows Java Global keyhook JNI Interface I can find is this one I built!

Installation is easy:

  1. Purchase and download "keyhook.jar". All files including source code are included in this jar file.
  2. Make sure "keyhook.jar" is on your classpath, or extract the com directory into your project.
  3. Examine the "Main.java" file in the "keyhook.jar" file for example usage.
  4. You will also have to properly sign your code, with a Verisign or Thawte certificate.
    Here are the steps to make your own one year Thawte code signing certificate, free!
This is the basic minimum needed to add to your class file:

import com.keyhook.*;

public class ... extends ... implements KeyHookListener{

public init(){
KeyHook kh=new KeyHook();
kh.addKeyHookListener(this);
}

public void KeyHookEventOccurred(KeyHookEvent evt){
String s=((KeyHookData)evt.getSource()).vk;
System.out.println(s);
}
...
}
Purchase an unlimited license(except reselling this program) and source code for your developers at $19.99 each.
You will automatically be transferred to the download page after purchase. Please bookmark the download page!


-

Ebay Bargains is a program that will show you all the Ebay auctions that are priced at two dollars or less, and are ending in around 15 minutes or so. This gives you an incredible list of bargain items that you can buy for around a dollar plus shipping, that are worth way more than what you are paying.

You can test the program online, with limited features, or you can purchase a full copy of the program.

Ebay

-

This site is © Copyright The Klemstine Group MMVIII, All Rights Reserved.