I put it all together in a blog post:
http://blog.119labs.com/2011/07/fingerw ... lity-lion/
Might be easier to follow if you're having trouble.
Search found 5 matches
- 24 Jul 2011, 18:25
- Forum: 3rd party software
- Topic: Running multitouch utilities in Lion
- Replies: 16
- Views: 26391
- 24 Jul 2011, 15:02
- Forum: 3rd party software
- Topic: Running multitouch utilities in Lion
- Replies: 16
- Views: 26391
Re: Running multitouch utilities in Lion
The utility ran but it couldn't find my touch stream when I connected to it. After recompiling jusb, I still get some interesting things in the log, but everything seems to be working fine. I'd think on the linux side you might have to do something similar and recompile. I'm guessing the location of...
- 24 Jul 2011, 10:00
- Forum: 3rd party software
- Topic: Running multitouch utilities in Lion
- Replies: 16
- Views: 26391
Re: Running multitouch utilities in Lion
Also on windows I think you'll need to pass in the same -Djava.library.path=..... to your jusb/lib folder. Not sure about XP/Win7 but you may need to recompile jusb with a new native library as well
- 24 Jul 2011, 09:56
- Forum: 3rd party software
- Topic: Running multitouch utilities in Lion
- Replies: 16
- Views: 26391
Re: Running multitouch utilities in Lion
Well unfortunately I have some more Lion specific info so I think it will have to stay a Lion thread :) Now that I have it installed I've seen there are a few more hiccups. I needed to update my libjusb settings in order to get the linked library to work. Following along http://fingerfans.dreamhoste...
- 21 Jul 2011, 07:37
- Forum: 3rd party software
- Topic: Running multitouch utilities in Lion
- Replies: 16
- Views: 26391
Running multitouch utilities in Lion
Lion won't run Powerpc apps and the multitouch utilities are a java program that is kickstarted by a PowerPC app wrapper. I pulled the necessary java command into a script file and now it runs fine as a Intel (64-bit) app. The board won't accept .sh files so do the following: Grab the source from ht...