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 best solutions below

0
On BEST ANSWER

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