Tuesday, December 24, 2013

JAVAP,JAVAH,JDB Usage



  • 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