Desktop Shortcut - Java
This is a discussion on Desktop Shortcut - Java ; Hi.
I'm wondering, can I make desktop shortchut
through Java code.
Thanks.
Warm Regards
Darko Topolsek...
-
Desktop Shortcut
Hi.
I'm wondering, can I make desktop shortchut
through Java code.
Thanks.
Warm Regards
Darko Topolsek
-
Re: Desktop Shortcut
"Darko Topolsek" <dtopolse@email.t-com.hr> wrote in message
news:do8uon$olb$1@ss405.t-com.hr...
> 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
-
Re: Desktop Shortcut
Hi Oliver and thanks for the advice.
Warm regards.
Darko Topolsek
programmer
"Oliver Wong" <owong@castortech.com> wrote in message
news:5JXqf.12557$m05.6253@clgrps12...
> "Darko Topolsek" <dtopolse@email.t-com.hr> wrote in message
> news:do8uon$olb$1@ss405.t-com.hr...
>> 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
>
Similar Threads
-
By Application Development in forum xharbour
Replies: 3
Last Post: 12-12-2007, 10:57 PM
-
By Application Development in forum DOTNET
Replies: 2
Last Post: 11-26-2007, 03:54 AM
-
By Application Development in forum ADO DAO RDO RDS
Replies: 1
Last Post: 11-13-2007, 06:52 PM
-
By Application Development in forum labview
Replies: 1
Last Post: 11-12-2007, 11:10 AM
-
By Application Development in forum DOTNET
Replies: 3
Last Post: 08-20-2007, 06:00 AM