I am writing a programm for a PPC running with Windows Mobile 5 and I installed version 0.3.1 of your JVM. Part of this program is a feature which allows the user to delete a directory and it's contents. If the directory contains files or further directories I recursivly delete all files first and then the empty directories using the File.delete() method from the package java.io. I tested my code on the desktop PC and everything works fine. When I ran my program on the PPC all the files where deleted, but not the directories, even though they where empty. I tried for a while but I couldn't solve this problem, so I am starting to believe that this is a bug in the current version of Mysaifu JVM.
詳細