libraries - Force to change library in Java -


i using library quaternion (jmonkey) in java have imported external jar files.

lately, tried use library called quaternion. problem since imported library e.g "import com.etc.etc.quaternion;" if have commented out part imported compiler doesn't recognise methods of initial library (jmonkey) wich imported jar.

how can define methods external jar jmonkey library?

i found solution, pretty stupid.

the part libraries imported not expanded , reason library showing 1 didn't want use. expanded part of code, uncommented jmonkey library , done!


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -