chundongwang / smali

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

Java 5 JVMs not suppored #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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).

Original issue reported on code.google.com by isaacwal...@gmail.com on 24 Jun 2009 at 9:37