chundongwang / dex2jar

Automatically exported from code.google.com/p/dex2jar
0 stars 0 forks source link

Warning: Default charset cp1256 not supported #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 mohamad....@gmail.com on 8 Mar 2015 at 8:18

GoogleCodeExporter commented 9 years ago
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 comment by qq...@163.com on 9 Mar 2015 at 3:50