Import javax.vecmath
eclipse, jar, java, vecmath
Solution
On Ubuntu you can `apt-get install libvecmath-java`. On other systems do what Petar Minchev suggests, or search on Google for something like "java vecmath", which turns up https://vecmath.dev.java.net/, and then go to their downloads page.
Problem
I would like to use `javax.vecmath` in my Java program but unfortunately it says: The import javax.vecmath cannot be resolved Should I add the jar by myself in the project? Where can I find that jar file? I'm on Ubuntu/Eclipse Galileo.