You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.dex2jar classes.dex
What is the expected output? What do you see instead?
C:\Documents and Settings\user\Desktop\Android Sample project\Android hacking\de
x2jar-0.0.9.15>dex2jar classes.dex
WARNING: Default charset Cp1256 not supported, using ISO-8859-1 instead
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/googlecod
e/dex2jar/v3/Main (Unsupported major.minor version 50.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
What version of the product are you using? On what operating system?
Please upload the file which cause the issue if possible.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 8 Mar 2015 at 8:18
The text was updated successfully, but these errors were encountered:
hi,
dex2jar require newer version of jre, try get jdk7 from oracle.com
and you dex2jar is a bit out-of-date, please get new from
http://sourceforge.net/projects/dex2jar/
i am the author of dex2jar, my googlecode account is banned by google, and it
seems not possible to recovery.
https://groups.google.com/forum/#!topic/google-code-hosting/qEt4ZpCmn7k
new home of dex2jar is here http://sourceforge.net/projects/dex2jar/
Original issue reported on code.google.com by
[email protected]
on 8 Mar 2015 at 8:18The text was updated successfully, but these errors were encountered: