is it possible to use java.util.Logging and log to a file in a java webstart application? I have the following logging code:
Handler fh = new FileHandler(\"myap
Have you tried specifying an absolute path? Perhaps the issue is that you don't have access to the current working directory of the application itself.