This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 51049
Collapse All | Expand All

(-)core/ide/src/org/netbeans/core/ide/resources/Standard.xml (-1 / +1 lines)
Lines 20-26 Link Here
20
    <Toolbar name="Edit" />
20
    <Toolbar name="Edit" />
21
    <Toolbar name="Build" />
21
    <Toolbar name="Build" />
22
    <Toolbar name="Debug" visible="false" />
22
    <Toolbar name="Debug" visible="false" />
23
    <Toolbar name="Memory"/>
23
    <Toolbar name="Memory" visible="false" />
24
    <Toolbar name="Versioning" visible="false" />
24
    <Toolbar name="Versioning" visible="false" />
25
  </Row>
25
  </Row>
26
  
26
  
(-)core/ui/src/org/netbeans/core/ui/resources/Standard.xml (-1 / +1 lines)
Lines 20-26 Link Here
20
    <Toolbar name="Edit" />
20
    <Toolbar name="Edit" />
21
    <Toolbar name="Build" />
21
    <Toolbar name="Build" />
22
    <Toolbar name="Debug" visible="false" />
22
    <Toolbar name="Debug" visible="false" />
23
    <Toolbar name="Memory"/>
23
    <Toolbar name="Memory" visible="false" />
24
    <Toolbar name="Versioning" visible="false" />
24
    <Toolbar name="Versioning" visible="false" />
25
  </Row>
25
  </Row>
26
  <Row>
26
  <Row>
(-)ide/launcher/netbeans.conf (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
# options used by netbeans launcher by default, can be overridden by explicit
4
# options used by netbeans launcher by default, can be overridden by explicit
5
# command line switches
5
# command line switches
6
netbeans_default_options="-J-Xms32m -J-Xmx128m -J-Dnetbeans.logger.console=true -J-ea"
6
netbeans_default_options="-J-Xms32m -J-Xmx128m -J-Xverify:none"
7
7
8
# default location of J2SE JDK, can be overridden by using --jdkhome <dir> switch
8
# default location of J2SE JDK, can be overridden by using --jdkhome <dir> switch
9
#netbeans_jdkhome="/path/to/jdk"
9
#netbeans_jdkhome="/path/to/jdk"

Return to bug 51049