With help from my new book,
Java Development on PDAs, I figured out how to convert my jar/jad files into a prc file. Using the command line, you do something like
As long as the Converter.jar file is in the classpath, this will list the options you can use to convert a midlet into a prc file. (You could also specify the Converter.jar file as a command line argument, but this is the way I got it to work.) Once I got all the options correct, the resulting error message were much more helpful than when I ran the GUI Converter tool.
I hope this helps someone in the future when the have the same problem.
Layne