public JavacFileManager(Context context) {
   super(context.getStandardFileManager());
   myContext = context;
 }