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

Insufficient memory on older computer. #67

Closed
GoogleCodeExporter opened this issue Mar 23, 2015 · 5 comments
Closed

Insufficient memory on older computer. #67

GoogleCodeExporter opened this issue Mar 23, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

"Error occurred during initialization of VM
Could not reserve enough space for object heap"

Windows XP Home Edition SP3 with 512 MB of RAM.

Original issue reported on code.google.com by austin.l...@gmail.com on 2 Aug 2011 at 3:06

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Thanks!

Now getting error: "Exception in thread "main" java.lang.NoClassDefFoundError: 
com/googlecode/dex2jar/v3/Main"

Original comment by austin.l...@gmail.com on 2 Aug 2011 at 3:22

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

It was the newest version. I tried the code in your second post and it didn't 
work, then I downloaded it again just to be sure and it still didn't work, even 
with the code from your first response.

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator.6D2512A594CA4EF>cd C:\

C:\>cd C:\dex2jar-0.0.7.11-SNAPSHOT\

C:\dex2jar-0.0.7.11-SNAPSHOT>dex2jar.bat old.apk
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version n
umber in .class file
        at java.lang.ClassLoader.defineClass1(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)

Original comment by austin.l...@gmail.com on 12 Aug 2011 at 2:20

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