This is the mail archive of the
frysk-bugzilla@sourceware.org
mailing list for the frysk project.
[Bug general/3765] java.io.FileNotFoundException: /home/cagney/.frysk/logs/frysk_core_event.log.1 (Permission denied)
- From: "mark at klomp dot org" <sourceware-bugzilla at sourceware dot org>
- To: frysk-bugzilla at sourceware dot org
- Date: 20 Dec 2006 15:55:05 -0000
- Subject: [Bug general/3765] java.io.FileNotFoundException: /home/cagney/.frysk/logs/frysk_core_event.log.1 (Permission denied)
- References: <20061219204945.3765.cagney@redhat.com>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From mark at klomp dot org 2006-12-20 15:55 -------
This caused because of the definition of FRYSK_DIR in Config:
public static final String FRYSK_DIR
= System.getProperty("user.home") + "/" + ".frysk" + "/";
"user.home" is set to getpwuid()->pw_dir (in gcj), so it doesn't take $HOME into
account. You can use System.getenv("HOME") however to get at $HOME from java.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3765
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.