How to set destination of the class file?
Following example demonstrates how to debug a java file using =g option with javac command.
c:> javac demo.java -g
The above code sample will produce the following result.
Demo.java will debug.
Advertisement