HavaTheJut
Programmer
I feel like such an amateur asking this question, but I can't seem to get the syntax right. Once the classes are compiled with javac, what is the correct syntax for the java command? I know how to run classes on windows 9x, but on NT 4.0, the only way I can get it to work is by generating the native header files with javah. This is fine for nt, but I don't want to include the headers in my jar file. Please help.