The "javah" program in the new JDK 1.0.2 fails to work under Win95.
The error message I receive for ANY class file is:
javah Test
Test: no such class
I get this error no matter where I put the class file.
Note that the JAVAH program from 1.00 (which I still have) works fine,
even with the new class library (as long as I either unzip the files
or change my classpath to point explicitly at classes.zip).
The -l argument, mentioned when you just type "javah", also fails
to work - you just get another error message:
-l: illegal argument
The error message I receive for ANY class file is:
javah Test
Test: no such class
I get this error no matter where I put the class file.
Note that the JAVAH program from 1.00 (which I still have) works fine,
even with the new class library (as long as I either unzip the files
or change my classpath to point explicitly at classes.zip).
The -l argument, mentioned when you just type "javah", also fails
to work - you just get another error message:
-l: illegal argument