Mon Nov 08, 2010 5:36 pm
I need help in programming a defragger.
Any suggestions and source codes will be appreciated.
Thu Nov 18, 2010 12:19 pm
Are you a new to java?
If yes, find a software that is written in java. You can find easily by searching online.
And extend it for your need.
I heard that java doesn't provide an API that allows you to do direct sector reads and writes to the hard disk. If that is true you should seriously consider using something else. You can access the OS libraries that does this via JNI, or you can access the /dev devices that allow you such access -- but again, it is probably much easier to just use C/C++, which can directly access these libraries.
And there are lots of formats such as FAT, NTFS, EXE3 and so on. Do a through research.
If you are a beginner, choose something easy.
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.