Some code generators generate Java classes, including a package declaration, but simply put all files into a single destination folder, without paying attention to the package definition. When compiling theses generated classes, the resulting class files get distributed to subfolders, in accordance to their package definition. In case, one also wants to distribute the generated Java source files according to their package definition, he might use this program.
This tool is meant for moving Java source code files into folders, corresponding to the package the file belongs to. One can use it as a batchfile, shell script or an Ant task.
The use of my page's content (programs, wiring diagrams, pictures, documents) is free for non-commercial purposes only.
The information in this document has been carefully reviewed and is believed to be reliable, but I do not assume any liability arising out of the application or use of any documents, programs or circuit described herein.
Furthermore I want to declare that I'm not responsible in any way for the content of other web pages, books and other sources I'm refering to.