~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to usersguide/javahelp/org/netbeans/modules/usersguide/webbrowser/default.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
Import upstream version 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--
 
3
*     Copyright © 2007 Sun Microsystems, Inc. All rights reserved.
 
4
*     Use is subject to license terms.
 
5
*
 
6
-->
 
7
<html>
 
8
    <head>
 
9
        <title>Changing the Default Web Browser</title>
 
10
        <link rel="StyleSheet" href="../ide.css" type="text/css">
 
11
    </head>
 
12
    <body>
 
13
        <h2>Changing the Default Web Browser</h2>
 
14
        <p>
 
15
        <small><a href="#seealso">See Also</a></small></p>
 
16
        <p>The IDE uses the specified default web browser to display web pages and run
 
17
        web applications. In the Options window you can choose any one of the supported browsers, such
 
18
        as the supported versions of Mozilla and Internet Explorer. In addition, you can also configure
 
19
        the IDE to use other browser types.</p>
 
20
        <ol>
 
21
            <li>Choose Tools &gt; Options from the main menu and click General in the left pane of the Options window. </li>
 
22
            <li>Select a browser from the Web Browser drop-down list.</li>
 
23
            </ol>
 
24
 
 
25
        <ul class="note">
 
26
            <li>If you select a web browser and the web browser fails to open, confirm that 
 
27
            the correct path to the browser executable is set. To modify the path to 
 
28
            the executable, click the Edit button 
 
29
            that is next to the Web Browser drop-down list.</li>
 
30
        </ul>
 
31
        
 
32
        <h3>Troubleshooting</h3>
 
33
        <p>If you get "file not found" errors when you execute a web application, 
 
34
        see <a href="bypassproxy.html">Accessing 
 
35
        Local Files Through a Proxy</a> for possible solutions.</p>
 
36
 
 
37
        <ul class="note">
 
38
            <li>If the browser does not reflect changes in a JSP file or HTML file, this
 
39
            might be due to the way the browser caches pages. Check the browser's settings
 
40
            to ensure that the browser is set to reload pages each time you access them. </li>
 
41
        </ul>
 
42
        <dl>
 
43
            <dt><a name="seealso">See Also</a></dt>
 
44
            <dd>    <a href="webbrowser.html">Opening a Web Browser</a></dd>
 
45
 
 
46
            <dd>    <a href="proxy.html">Setting a Proxy</a> </dd>
 
47
            <dd>    <a href="../configure/configure_options.html">Using the Options Window</a></dd>
 
48
        </dl>
 
49
        <hr>
 
50
        <small><a href="../credits.html">Legal Notices</a></small>
 
51
        <table border="0" cellpadding="50">
 
52
            <tr><td>&nbsp;</td></tr>
 
53
        </table>
 
54
    </body>
 
55
</html>