goodev / dex2jar

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

jar -> dex -> jar 請幫幫我 #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.我拿一個原本可以執行的java benchmark scimark2lib.jar 用dx轉成dex
2.再用dex2jar -> jar 
3.java會出現exception

What is the expected output? What do you see instead?

Exception in thread "main" java.lang.VerifyError: (class: 
jnt/scimark2/commandline, method: main signature: ([Ljava/lang/String;)V) 
Expecting to find integer on stack
Could not find the main class: jnt/scimark2/commandline.  Program will exit.

What version of the product are you using? On what operating system?
jdk 1.6 

Please provide any additional information below.
不是每個jar都會有這個問題,想請問這可能會是甚麼問題?

Original issue reported on code.google.com by c00...@gmail.com on 31 Mar 2011 at 3:07

GoogleCodeExporter commented 9 years ago
不好意思 忘了附上檔案 這是轉成dex再轉回來的jar
以及,是否能處理MANEFIST的問題 還是要自己放進去

Original comment by c00...@gmail.com on 31 Mar 2011 at 3:09

Attachments: