Hi everyone,
I have a question that I would be grateful if anyone helped me.
I hope that I'm posting it at the right place in the forum.
I need to add debug information to a JAR file. Adding debug info to a .java file is with the usage of *javac -g filename.java* but I don't know how to do the same task for a JAR file.
I have searched a bit but couldn't find anything useful.
Could anyone guide me please?
Regards