Last thought, as I just took a look at the TiddlySaver code and saw there's a 'getDebugMsg' function (I've really been trying not to get sidetracked; should have just read through everything). The error is that 'URL dirUrl = getCodeBase();' is returning an empty string. Perhaps you already know all this, but Oracle<http://www.oracle.com/technetwork/java/javase/7u25-relnotes-1955741.html>says: "Beginning with JDK 7u25, an applet's getCodeBase()<http://docs.oracle.com/javase/7/docs/api/java/applet/Applet.html#getCodeBase()> method will return NULL when the applet is running from the local file system." So the code just needs to be adjusted to not use the call. Personally, I can restrict where TiddlySaver is writing to through permissions, so I don't think that's a problem. Cheers.
-- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

