Newbie java question, I am sure this has been answered but cannot find a solution anywhere :(
I want to use this java program contained here http://sourceforge.net/projects/ant-tibco/files/
wich consists of a ant-tibco.jar file
and many .java files contained here .\ant-tibco\src\org\apache\tools\ant\taskdefs\optional\tibco
I want to edit a line in one of these .java files, but after that I am not sure how to compile to commit these changes, I have tried javac but keep getting "cannot find symbol" exceptions.
What do I need to commit and compile changes made in these .java files to the ant-tibco.jar file?
Any help is greatly appreciatted! Thank you!