Re: Desktop Shortcut
- From: "Darko Topolsek" <dtopolse@xxxxxxxxxxxxxx>
- Date: Sun, 25 Dec 2005 18:01:05 +0100
Hi Oliver and thanks for the advice.
Warm regards.
Darko Topolsek
programmer
"Oliver Wong" <owong@xxxxxxxxxxxxxx> wrote in message
news:5JXqf.12557$m05.6253@xxxxxxxxxxx
> "Darko Topolsek" <dtopolse@xxxxxxxxxxxxxx> wrote in message
> news:do8uon$olb$1@xxxxxxxxxxxxxxxxx
>> Hi.
>>
>> I'm wondering, can I make desktop shortchut
>> through Java code.
>> Thanks.
>
> Platform dependent. On operating systems with no concept of "shortcuts"
> or "desktop", you obviously can't.
>
> On all platforms I know of which do, these things are implemented by
> the filesystem, so you'd need to have write-access to the file system (not
> a problem for applications, but if you're writing an applet, you may need
> to sign it).
>
> What you do then, again depends on the platform. If the "shortcuts" are
> implemented via normal files (as on Windows), you need to know the file
> format for "shortcuts", and create a file in the appropriate format.
>
> - Oliver
>
.
- References:
- Desktop Shortcut
- From: Darko Topolsek
- Re: Desktop Shortcut
- From: Oliver Wong
- Desktop Shortcut
- Prev by Date: Tomcat 5.5.12, HttpSessionBindingListener, valueUnbound problems - any workarounds?
- Next by Date: Re: "shared" object
- Previous by thread: Re: Desktop Shortcut
- Next by thread: Re: Editable JComboBox in JTable
- Index(es):
Relevant Pages
|
|