Re: Open .html file from java application? How?
- From: "Steve W. Jackson" <stevewjackson@xxxxxxxxxxx>
- Date: Mon, 20 Jun 2005 15:11:59 -0500
In article <1ky4pjhhnhtku.1gij2bvpthf2g$.dlg@xxxxxxxxxx>,
Andrew Thompson <SeeMySites@xxxxxxxxxxx> wrote:
> On Mon, 20 Jun 2005 13:05:34 -0500, Steve W. Jackson wrote:
> > Andrew Thompson <SeeMySites@xxxxxxxxxxx> wrote:
> >> On Sat, 18 Jun 2005 16:37:09 GMT, Dimitris (GIS) wrote:
> >>
> >>> ..open an .html file ...
> >>
> >> <http://browserlauncher.sourceforge.net/>
> ..
> > BrowserLauncher is a bit long in the tooth for my tastes.
> >
> > I recently implemented something in my app that launches either URLs or
> > user-selected files using the designated application, ...
>
> 1) Will you be adding *nix support?
> 2) Can you supply an open source version?
>
> [ If both 'yes', I might be interested in offering it off
> my site/linking as an alternative to BL. ]
The application is my company's proprietary product (SIMPROCESS), which
we support for Windows 2000 and higher as well as any Linux that is
compatible with the shared library code we use with FLEXlm licensing
(Macrovision says that means compatible with Red Hat versions 6 through
8). As a Mac supporter, I do some occasional testing on my PowerBook
and advocate for a Mac OS X version whenever I get the opportunity.
As a result, I don't have any code packaged in a way that could be made
open source or anything similar. But the previous post pretty much
described the logic I devised for Windows and Mac OS X portions.
or the Linux side, expecting that I can't readily detect the graphical
desktop manager myself, I set it up to look for a separate properties
file where the user is to give me two properties, named "file.view" and
"url.view". This allows me to let the user indicate what command to use
and supports something I learned in one of these groups some time ago,
which is that CDE on non-Solaris systems supposedly requires different
commands for a URL than for a file URI (I don't have access to such an
environment at present to test it). Naturally, it also allows the user
to choose whatever mechanism they want, even a path-oriented command,
provided it can accept a parameter (the URL or URI, as appropriate) to
do its work. I simply read in the property, break it around spaces, and
build my String array starting with those pieces.
= Steve =
--
Steve W. Jackson
Montgomery, Alabama
.
- References:
- Open .html file from java application? How?
- From: Dimitris \(GIS\)
- Re: Open .html file from java application? How?
- From: Andrew Thompson
- Re: Open .html file from java application? How?
- From: Steve W. Jackson
- Re: Open .html file from java application? How?
- From: Andrew Thompson
- Open .html file from java application? How?
- Prev by Date: Re: Unicode characters in URL
- Next by Date: Re: java web host
- Previous by thread: Re: Open .html file from java application? How?
- Next by thread: remote object in interface
- Index(es):
Relevant Pages
|
|