@Nirmal, @Karl
I changed the way jpen resolves the tablet input device type. Now it should detect the '3 buttons stylus pen (pressure)' as a stylus by default (instead of cursor). The new jpen-2.jar is here:
http://jpen.svn.sourceforge.net/viewvc/ ... vision=228If you want to try it on Alchemy you have to copy the new jpen-2.jar to the Alchemy program directory and launch Alchemy using the following command (instead of calling Alchemy.exe directly):
- Code: Select all
java -classpath jpen-2.jar;Alchemy.exe -Djava.library.path=lib org.alchemy.core.Alchemy
If the new jpen-2.jar loads without problems, Alchemy will output:
---
...
Feb 10, 2010 2:30:45 AM jpen.provider.NativeLibraryLoader$4 run
INFO: loading JPen 2-100209 JNI library: jpen-2-2-64 ...Feb 10, 2010 2:30:45 AM jpen.provider.NativeLibraryLoader$4 run
INFO: jpen-2-2-64 loaded
Java Version: 1.6.0_18
Platform: Windows Vista
OS Version: 6.0
Architecture: amd64
Language: en
Country: US
---
instead of:
---
...
Feb 9, 2010 11:50:13 AM jpen.provider.NativeLibraryLoader$4 run
INFO: loading JNI library: jpen-2-2-64 ...Feb 9, 2010 11:50:13 AM jpen.provider.NativeLibraryLoader$4 run
INFO: jpen-2-2-64 loaded
Java Version: 1.6.0_18
Platform: Windows Vista
OS Version: 6.0
Architecture: amd64
Language: en
Country: US
---
@crowline
Please let us know what you get on jpen "Status Report", it will give us clues about what is happening inside jpen. Remember to set the LD_LIBRARY_PATH before running the jpen demo. See instructions here:
http://sourceforge.net/apps/mediawiki/j ... title=DemoCheers!
Nicolas