We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProcessing DevelopmentLibraries,  Tool Development › info found wacom + mac os x
Page Index Toggle Pages: 1
info found wacom + mac os x (Read 3396 times)
info found wacom + mac os x
Jul 24th, 2006, 7:55pm
 
Searching about the problem to have no wacom+java working on mac os x I found this info at jhlabs.com

http://www.jhlabs.com/java/tablet/index.html

Seams  Jerry Huxtable found the way to implement it.
Re: info found wacom + mac os x
Reply #1 - May 29th, 2007, 9:31am
 
Anyone with a mac interested in adapting this as a layer for JTablet?

Marcello
Re: info found wacom + mac os x
Reply #2 - Jul 31st, 2007, 4:37am
 
Ok, I've done a rough cut first try at this finally.  Looking for testers.

download:
http://marcello.cellosoft.com/projects/jtablet/jtablet-macosx-2007.07.30.zip

forum thread about it with more details:
http://cellosoft.com/2draw/view/89522/

Please post your results!

Marcello
Re: info found wacom + mac os x
Reply #3 - Aug 15th, 2007, 10:57am
 
Looks promising :)
I got this in a G5 Dual Safari 3 beta (Version 3.0.3 (522.12.1))

java.lang.UnsatisfiedLinkError: /Users/microbians/Library/Java/Extensions/libjtablet.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at cello.tablet.JTabletLoadNative$1.run(JTabletLoadNative.java:32)
at java.security.AccessController.doPrivileged(Native Method)
at cello.tablet.JTabletLoadNative.loadNative(JTabletLoadNative.java:29)
at cello.tablet.JTablet.<clinit>(JTablet.java:51)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at cello.tablettest.JTabletSurface.initialize_tablet(Unknown Source)
at cello.tablettest.JTabletSurface.<init>(Unknown Source)
at cello.tablettest.JTablettest.initialize(Unknown Source)
at cello.tablettest.JTablettest.run(Unknown Source)
at java.lang.Thread.run(Thread.java:613)
Re: info found wacom + mac os x
Reply #4 - Aug 15th, 2007, 10:59pm
 
fwiw, you'll get an UnsatisfiedLinkError if 1) the lib's not installed properly or 2) it was built on an intel mac and not made a universal binary to also support ppc. (i would guess the latter)
Re: info found wacom + mac os x
Reply #5 - Aug 16th, 2007, 7:11am
 
Ok, I think I figured out how to build a universal binary, I've uploaded the updated version here:
http://marcello.cellosoft.com/projects/jtablet/jtablet-macosx-2007.08.15.zip

It seems to crash for me when I use firefox, but not safari.  I'm not sure what's going on here.  If anyone has any advice/input, let me know.

Marcello
Re: info found wacom + mac os x
Reply #6 - Oct 11th, 2007, 6:14pm
 
This is great! I know it crashes in Firefox and requires restarts within Safari - is it 100% stable when used within an OS X application (not in the browser)?

James
Re: info found wacom + mac os x
Reply #7 - Nov 19th, 2008, 10:14pm
 
I have a Mac OS X version 10.5.5
I made a folder on Java called Extensions and moved jtablet.jar and libjtablet.jnilib there but it still doesn't work. Do I need to do something else?
Page Index Toggle Pages: 1