In this case I found that the culprit was not the dreaded PltInstallFile bug that occurs with HSM 6.x. The problem is that PltInstallFile requires a file path written in Windows-style rather than Java/Unix-style. Not surprisingly! So one thing to check when you are encountering this problem is if you're mistakenly passing in a path like this "c:/myDirectory/myFile.pdb" instead of "c:\myDirectory\myFile.pdb"
The error message could be more informative in this case, but at least in this case it's not a PltInstallFile bug. I'll wait to test with HSM 6 before I cry "bug!" again. David Beers Pikesoft Mobile Computing www.pikesoft.com -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
