I am using the library Quaternion (jMonkey) in Java which I have imported as external jar files.
Lately, I tried to use another library also called Quaternion. The problem is that since I imported this library e.g "Import com.etc.etc.Quaternion;" even if I have commented out the part where it is imported the compiler doesn't recognise the methods of the initial library (jMonkey) wich was imported as jar.
How can I define that the methods are from the external jar jMonkey library?