I'm using example from this link http://www.rgagnon.com/javadetails/java-0452.html but I'm getting error: Could not find class javax.naming.directory.InitialDirContext Why?
Asked
Active
Viewed 1,924 times
1 Answers
5
Thats because jars use core libraries. Android does not support all J2SE packages, but rather a subset of it: http://developer.android.com/reference/packages.html
vmtrue
- 1,604
- 16
- 35