JAVAP,JAVAH,JDB Usage
For example javap -c -classpath C:\Users\Srikanth\Desktop\blog MyInput
jdb helps you find and fix bugs in Java language programs.
javah produces C header files and C source files from a Java class. These files provide the connective glue that allow your Java and C code to interact.
For example javah -classpath C:\Users\Srikanth\Desktop\blog MyInput
- javap - The Java Class File Disassembler
For example javap -c -classpath C:\Users\Srikanth\Desktop\blog MyInput
- jdb - The Java Debugger
jdb helps you find and fix bugs in Java language programs.
- javah - C Header and Stub File Generator
javah produces C header files and C source files from a Java class. These files provide the connective glue that allow your Java and C code to interact.
For example javah -classpath C:\Users\Srikanth\Desktop\blog MyInput
No comments:
Post a Comment