In Eclipse you have to use Project...Properties...Java Build
Path...Libraries and add a pointer to that jar file there. That makes a
change in the .classpath file. (Or, I guess you could hand edit that file.)


Bob


On Tue, Sep 4, 2012 at 3:36 AM, Benn Snyder <benn.sny...@gmail.com> wrote:

>  You want to adapt org.jmol.multitouch.ActionManagerMT to your purposes.
> You can see there that there are options right now for Molecular
> Playground, tablets, and SparshUI. I think you would logically add another.
> Your  client will only interact with ActionManagerMT.
>
> OK, I'm slowly figuring it out.  I didn't want to start editing
> ActionManagerMT yet, so I created a temporary hack for my own
> experimentation - a stub clone called ActionManagerNI.  I changed the
> reference in Viewer from MT to NI and it *looks* like that's the only
> change I need to make to test on my own.  Now the problem is missing
> classes - I see that dropping jars into jars/ makes them available at
> compile-time, but when I try to run it, I get a
> java.lang.NoClassDefFoundError for OpenNI classes.  Do I need to modify
> build.xml or a classpath somewhere?
>
>
> Benn
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Jmol-developers mailing list
> Jmol-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>
>


-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Chemistry Department
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to