Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 540 Bytes

File metadata and controls

27 lines (17 loc) · 540 Bytes

JEP 313: Remove the Native-Header Generation Tool (javah)

Where to look for the absence of javah:

ls ???????

Hint: where is JAVA_HOME pointing?

Have you been able to locate the javah command in the lists?

How do you generate headers now?

jav?? ?? . NativeTest.java  

What do the ?? stand for? What does the compiler produce in the current directory.

Check contents of the file by doing:

cat NativeTest.h

Does the header file should contain information related to header information?