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

Java 5 JVMs not suppored #44

Closed
JesusFreke opened this issue Apr 1, 2015 · 6 comments
Closed

Java 5 JVMs not suppored #44

JesusFreke opened this issue Apr 1, 2015 · 6 comments

Comments

@JesusFreke
Copy link
Owner

Original issue 1 created by JesusFreke on 2009-06-24T21:37:42.000Z:

What steps will reproduce the problem?

  1. Try running smali-0.9.1.jar on Java 5

What is the expected output? What do you see instead?
It's supposed to work, but I get missing class errors (java.util.ArrayQueue
is one)

What version of the product are you using? On what operating system?
0.9.1, on Mac OS X. On Max OS X, Java 5 is the default so this is basically
blocking out most Mac users.

Please provide any additional information below.
I think this should be fixed as most of these problems can be fixed (swap
LinkedList for ArrayQueue for example) and it stops especially Mac users
from using the software (you can work around it, but this is hard).

@JesusFreke
Copy link
Owner Author

Comment #1 originally posted by JesusFreke on 2009-07-07T00:34:22.000Z:

Hmm. I'll have to look into it. I'm using java 5 on ubuntu and it works fine. I have
access to a mac mini though, so I'll try it out and see if I can work around this. Thanks

@JesusFreke
Copy link
Owner Author

Comment #2 originally posted by JesusFreke on 2009-07-07T01:07:35.000Z:

Nevermind, I was running it with open openjdk 6, not java 5. :) I make the changes
necessary for it to run on java 5. thanks for the report.

@JesusFreke
Copy link
Owner Author

Comment #3 originally posted by JesusFreke on 2009-07-07T01:44:38.000Z:

Fixed

@JesusFreke
Copy link
Owner Author

Comment #4 originally posted by JesusFreke on 2009-07-19T02:42:53.000Z:

Thanks :)

@JesusFreke
Copy link
Owner Author

Comment #5 originally posted by JesusFreke on 2009-07-28T01:27:18.000Z:

Issue 3 has been merged into this issue.

@JesusFreke
Copy link
Owner Author

Comment #6 originally posted by JesusFreke on 2009-07-28T17:14:12.000Z:

Yeah it works!
Thank you so much JesusFreke ;)

PS: Its good to see, that you're still alive ;)

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