webstart application logging permission denied

前端 未结 2 608
梦谈多话
梦谈多话 2021-01-13 18:54

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         


        
2条回答
  •  执笔经年
    2021-01-13 19:36

    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.

提交回复
热议问题