Prints the ASM code to generate the given class

3.6k views Asked by At

I am having problems with a Java program when running it on eclipse.

Message:

Prints the ASM code to generate the given class.
Usage: ASMifier [-debug] <fully qualified class name or class file name>

Does someone know this message? and what needs to be done?

1

There are 1 answers

0
Carlos R On BEST ANSWER

Delete "import org.objectweb.asm.*" from your code if this is not needed.