3
votes
Ant is not able to delete some files on windows
It depends ...
The Ant process doesn't have enough permissions to delete the files (typically because they were created by a different user, perhaps a system user). Try running your …
0
votes
What are all the different ways to create an object in Java?
Reflection, but that ultimately uses a constructor.
…
0
votes
Which software to use for continuous integration of a Java web project
I've used CruiseControl for Java projects, and CruiseControl.NET for . …
2
votes
SAX vs XmlTextReader - SAX in C#
If you're talking about SAX for .NET, the project doesn't appear to be maintained. The last release was more than 2 years ago. Maybe …
1
vote
Java Threads priority in Linux
First and foremost, you're going to want to upgrade to a more recent version of Java -- Sun stops supporting Java 1.4.2 in Octo …
