using a static library (Windows)

I have a static library in C++ (Windows). I know how to invoke methods in a dll. Is it possible to invoke methods from a static library also, and how?Thanks you.
[182 byte] By [kohlweyera] at [2007-10-3 0:43:03]
# 1
I suppouse that you only have to do a DLL with the static library (pretty much like recompile the static library so it can be dinamically linked, or something similar, including the correct JNI method naming).
mahtimixa at 2007-7-14 17:37:27 > top of Java-index,Java HotSpot Virtual Machine,Specifications...