Tagged Questions
2
votes
1answer
115 views
Instructions on compiling a java project from Google code
I use a tool called AntiSamy ( http://code.google.com/p/owaspantisamy/ ) to sanitize user input in a project. I don't know Java. I just create the object, call its method, and it works.
Recently the ...