Re: If I'm an executable jar, can I delete myself?
- From: rossum <rossum48@xxxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 23:16:07 +0000
On Tue, 30 Oct 2007 11:03:31 -0400, "Josh Hester"
<josh.hester@xxxxxxx> wrote:
Is this possible? I have a jar that is an uninstall program and needs toWhat is actually running is the copy of the file in memory. It is
delete itself after it runs.
perfectly possible for the copy in memory to delete the copy on disk,
provided the file is small enough to load into memory in one piece.
Just delete it as you would any other file. You will need the
required security permissions of course as with any file deletion.
rossum
.
- Follow-Ups:
- Re: If I'm an executable jar, can I delete myself?
- From: Bent C Dalager
- Re: If I'm an executable jar, can I delete myself?
- References:
- If I'm an executable jar, can I delete myself?
- From: Josh Hester
- If I'm an executable jar, can I delete myself?
- Prev by Date: Re: how to convert metric to pixels
- Next by Date: Re: If I'm an executable jar, can I delete myself?
- Previous by thread: If I'm an executable jar, can I delete myself?
- Next by thread: Re: If I'm an executable jar, can I delete myself?
- Index(es):