Java 缺少Parse.class

Java 缺少Parse.class,java,android,eclipse,Java,Android,Eclipse,尽管已将Parse JAR文件导入到我的项目中,但我仍不断遇到以下错误。我能解决这个问题吗?非常感谢 找不到源:源附件不包含的源 文件Parse.class 在eclipse上编译/执行项目的某些代码时会出现此错误?或者当您试图查看代码使用的依赖库的源代码时?如果是第一种情况,您必须在eclipse中转到运行->运行配置,然后再转到->类路径。然后,只需将依赖JAR添加到代码执行环境中即可。请参阅以下链接:& // Compiled from Parse.java (version 1.5 :

尽管已将Parse JAR文件导入到我的项目中,但我仍不断遇到以下错误。我能解决这个问题吗?非常感谢

找不到源:源附件不包含的源 文件Parse.class


在eclipse上编译/执行项目的某些代码时会出现此错误?或者当您试图查看代码使用的依赖库的源代码时?如果是第一种情况,您必须在eclipse中转到运行->运行配置,然后再转到->类路径。然后,只需将依赖JAR添加到代码执行环境中即可。请参阅以下链接:&
// Compiled from Parse.java (version 1.5 : 49.0, super bit)
public class com.parse.Parse {

  // Field descriptor #249 Ljava/lang/String;
  private static final java.lang.String TAG = "com.parse.Parse";

  // Field descriptor #252 Landroid/content/Context;
  static android.content.Context applicationContext;

  // Field descriptor #249 Ljava/lang/String;
  static java.lang.String applicationId;

  // Field descriptor #249 Ljava/lang/String;
  static java.lang.String clientKey;

  // Field descriptor #256 I
  public static final int LOG_LEVEL_VERBOSE = 2;

  // Field descriptor #256 I
  public static final int LOG_LEVEL_DEBUG = 3;