If I have a resource file (wsdl file) in the class path, should I recompile my java app if I changed something in this wsdl file (the target address location)? or I can change the wsdl file without recompiling?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you're just using it as a text resource, you do not have to recompile it. You will want to recompile/repackage it if:
|
||||
|
|
