nadav2051/jAPIGenerator

.class file names must be identical to the actual fully qualified class name.

Opened this issue · 0 comments

I did not manage to get the fully qualified name of a Class from a .class file.
That means that if your file is a part of a package, this probably wont eat it. (Unless the filename is like package.org.ClassName.class).