Pegasus Mobile Note Taker-Java

Hi, everybody i have a pen Input device Pegasus Movile Note Takerthat i try to conect with my java application using DLLProvide with the device, is there some sample to conect this kind of input devices with javaBest regards
[252 byte] By [EDUARDOa] at [2007-10-3 2:35:17]
# 1
Not overly easily I don't think.There is an SDK available on that site but it requires native code. Apparently though that device can communicate by sending some sort of email protocol (I think) so it might be easiest that way.
GeneralYerevana at 2007-7-14 19:34:15 > top of Java-index,Java Essentials,Java Programming...
# 2

Yes it is sorry i didn't add the url

http://www.pegatech.com/Articles/Article.asp?ArticleID=64&CategoryID=88

they have some samples under directory

Z:\NoteTaker SDK 2.2\Samples\HCTDemo

But it is in C maybe the best solution is use JNI to call the C code from Java, but I never do this before if somebody have a very for dummy's tutorial to do this I'll apreciate very much

thanks for answer

EDUARDOa at 2007-7-14 19:34:15 > top of Java-index,Java Essentials,Java Programming...
# 3

Unless they have provided a Java library you will DEFINITELY have

to use JNI. JNI is not very hard. If you google for a tutorial you will

find many for almost all languages.

There is a simple Hello World tutorial from Sun.

http://java.sun.com/docs/books/jni/html/start.html

TuringPesta at 2007-7-14 19:34:15 > top of Java-index,Java Essentials,Java Programming...
# 4
Does anybody have another alternative to JNI that we could use to solvethe integration problem with the external device
ED78a at 2007-7-14 19:34:15 > top of Java-index,Java Essentials,Java Programming...