Skip to content

Instantly share code, notes, and snippets.

@Pretz
Created January 25, 2013 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pretz/4638338 to your computer and use it in GitHub Desktop.
Save Pretz/4638338 to your computer and use it in GitHub Desktop.
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (160 KB at 125.9 KB/sec)
[INFO] Compiling 11 source files to /home/alex/apk2gold/jd-cli/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.568s
[INFO] Finished at: Fri Jan 25 15:58:50 CST 2013
[INFO] Final Memory: 10M/115M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project jd-core-java: Compilation failure: Compilation failure:
[ERROR] /home/alex/apk2gold/jd-cli/src/main/java/jd/core/Decompiler.java:[27,14] error: generics are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable generics)
[ERROR] /home/alex/apk2gold/jd-cli/src/main/java/jd/core/Decompiler.java:[47,45] error: for-each loops are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable for-each loops)
[ERROR] /home/alex/apk2gold/jd-cli/src/main/java/com/intellij/openapi/components/ComponentManager.java:[4,11] error: generics are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable generics)
[ERROR] /home/alex/apk2gold/jd-cli/src/main/java/com/intellij/openapi/application/Application.java:[7,11] error: generics are not supported in -source 1.3
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
make: *** [target/jd-core-java-1.0.jar] Error 1
ln: failed to create symbolic link `apktool': File exists
/home/alex
alex@ubuntu:~/apk2gold$ java --version
Unrecognized option: --version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
alex@ubuntu:~/apk2gold$ java -version
java version "1.7.0_09"
OpenJDK Runtime Environment (IcedTea7 2.3.4) (7u9-2.3.4-0ubuntu1.12.10.1)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
alex@ubuntu:~/apk2gold$ mvn -version
Apache Maven 3.0.4
Maven home: /usr/share/maven
Java version: 1.7.0_09, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.5.0-17-generic", arch: "amd64", family: "unix"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment