---- Reported by spiff 2006-04-15 09:22:02 ---- JOGLAppletLauncher is now (as of JOGLAppletLauncher version 1.3) trying to create a directory with an invalid name. It uses a data/time stamp of the latest release build. The time portion of the stamp contains a ":" (as in "12:00:00") which is an invalid character in a Windows filename. I do not believe this affects stable builds (since they don't include a time as part of their versioning information), so this bug isn't too serious. However, people should be aware that this causes JOGLAppletLauncher to not work on nightly builds. ---- Additional Comments From kbr 2006-04-17 01:07:57 ---- Replaced invalid ':' characters with legal '_' character. --- Bug imported by sgothel@jausoft.com 2010-03-24 07:48 EDT --- This bug was previously known as _bug_ 217 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=217