I am trying to convert some jar files to make class files or dlls. Using jbimp.exe , it is looking for the other class libraries inside my jar file. well those are other .jar files and i have them in the same directory. what can i do. go to the base of each jar file
also will jbimp convert , j2ee commons libraries and such
thanks for your help .

converting jars
Paulson
Hi,
You can use /recurse option in jbimp to look into the each sub directories.
Jbimp doesnot support j2ee common libraries.
Jbimp does not support the following scenario also
Code that uses functionality in class libraries above the JDK 1.1.4 level. JbImp.exe also does not support code that uses certain functionality in the JDK 1.1.4 level class libraries, including RMI, RNI, JNI, and applets.
For more information on jbimp please see here.
Thanks,
Noorul Ameen.