The javah tool "-td" option is ignored on WIN32 when trying to
specify another directory for storing temporary files. On WIN32
the javah tool always creates temporary files under C:\WINDOWS\TEMP
no matter if you specified a different directory using the "-td"
option.
This occurs on JDK1.2Beta4-I.
The attachment has the test case.
To run the test case do the following on WIN32.
win32> tar xvf junk.tar
win32> cd junk
win32> test.ksh
Notice that it creates the temporary files under C:\WINDOWS\TEMP and not
the current directiry ".".
specify another directory for storing temporary files. On WIN32
the javah tool always creates temporary files under C:\WINDOWS\TEMP
no matter if you specified a different directory using the "-td"
option.
This occurs on JDK1.2Beta4-I.
The attachment has the test case.
To run the test case do the following on WIN32.
win32> tar xvf junk.tar
win32> cd junk
win32> test.ksh
Notice that it creates the temporary files under C:\WINDOWS\TEMP and not
the current directiry ".".