Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Default charset cp1256 not supported #240

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 1 comment
Open

Warning: Default charset cp1256 not supported #240

GoogleCodeExporter opened this issue Mar 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant