@all
 
I asked above if people knew how to allow subdirectories, and just read TW 
ticket #172 that explains how. Apparently:
 
grant codeBase "file:C:/tw/TiddlySaver.jar" {
    permission java.io.FilePermission "C:${/}tw${/}-", "read, write";
};
will do what I wanted ('-' instead of '*'; amazingly difficult to discover 
this stuff from official Java sources).
 
Since writing, testing, and publishing my small code change I have been 
having permission issues using it that I didn't have when testing; not sure 
if a Java update changed things and I'm still looking into it. Has anyone 
had success with my modified TiddlySaver?
 
@Yakov
I'd certainly look at the destroy method you pointed to, but it seems like 
a bad idea so far. Is closing the browser instance not possible as a 
workaround? I'm also wondering why you couldn't use Java7 on Windows 7, as 
it has worked fine for me on several Windows 7 setups.

-- 
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.

Reply via email to