How to import java .class and .jar library files into Unity?

I have tried using IKVMC to convert both .class and .jar files into .dll files and then placed them in the assets/plugins directory. However, I still couldnt import those library files into the c# script file. I would love to get some help on this issue, thank you.

In that case IKVMC may not be creating pure managed code - native code plugins require Unity Pro. Unity - Manual: Plug-ins