Export to GitHub

jarjar - issue #64

jarjar doesn't support JDK8/JDK9


Posted on May 17, 2014 by Grumpy Dog

What steps will reproduce the problem? 1. Run on JDK8/9 2. 3.

What is the expected output? What do you see instead? jarjar needs to be updated to use ASM 5.0.1 In particular, the 4.0 ClassReader doesn't accept classes for version above 51. So all classes are rejected.

What version of the product are you using? On what operating system? Jarjar 1.3/1.4

Please provide any additional information below.

Comment #1

Posted on May 21, 2014 by Massive Rabbit

I also need this, so forked the project on github and compiled with ASM 5.0.2. Seems to work. https://github.com/m081072/jarjar-fork

Status: New

Labels:
Type-Defect Priority-Medium