![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.ejalbert.launching.windows.windowsConfig.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BrowserLauncher2 Show documentation
Show all versions of BrowserLauncher2 Show documentation
BrowserLauncher2, a continuation of the BrowserLauncher project,
is a library that facilitates opening a browser from a Java application and directing the browser to a supplied url.
In most cases the browser opened will be the user's default browser.
The newest version!
# ************************************************
# Copyright 2006,2007 Jeff Chapman
#
# This file is part of BrowserLauncher2.
#
# BrowserLauncher2 is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# BrowserLauncher2 is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with BrowserLauncher2; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# ************************************************
# $Id: windowsConfig.properties,v 1.6 2007/08/30 19:38:09 jchapman0 Exp $
# delimiter for browser listing
delimchar=;
# windows versions and arguments for launching a browser
# command for starting default browser | command for starting a specific browser | use registry
windows.winVista=cmd.exe /c start "" "";".exe" "";true
windows.win2000=cmd.exe /c start "" "";".exe" "";true
windows.win9x=command.com /c start "";".exe" "";true
windows.winNT=cmd.exe /c start "" "";".exe" "";true
# properties used to find browsers in program files folder
program.files.template={0}:\\Program Files
# drive letters to try when looking for Program Files folder
drive.letters=C;D;E
#windows.win2000=cmd.exe /c start "" "";cmd.exe /c start ""
#windows.win9x=command.com /c start "";command.com /c start ""
#windows.winNT=cmd.exe /c start "" "";cmd.exe /c start ""
# list of browsers and arguments for using them and discovering them
# browser display name | browser exe name | new window argument | directory containing exe
browser.mozilla=Mozilla;mozilla;;mozilla.org
browser.netscape=Netscape;netscape;;Netscape
browser.firefox=FireFox;firefox;-new-window;Mozilla Firefox
browser.opera=Opera;opera;-newwindow;Opera
browser.ie=IE;iexplore;;Internet Explorer
browser.kmeleon=K-Meleon;k-meleon;;K-Meleon
© 2015 - 2025 Weber Informatics LLC | Privacy Policy