I’m working on creating an android app, and I’ve found that many classes and packages apparently “don’t exist”, such as javax.security.sasl.SaslClient. Why is Eclipse not finding these packages & classes?
It seems as thought many of the security and auth classes are missing.
Use
findjar.comto get the required jars, include them in your project and build path. It is probably that the classes that you are looking for are not part of the standard JDK.