MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 19 as of 2023-05-29 09:10:28
  • Java
  • Netbeans

Netbeans

Zenburn theme

Original link http://forums.netbeans.org/download.php?id=2086

Local file: nb.zip

Local file (with highlight color changed): nb2.zip

Run Netbeans (7.3):

  • Tools
  • Options
  • Fonts & Colors

  • Import
  • Browse: nb.zip
  • All
  • Ok
  • Import confirmation: yes

Library jaxrpc16

In Netbeans 7.3:

  • Tools menu
  • Plugins
  • Settings
  • Add provider
  • Name: JAX-RPC Provider
  • URL: http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz

  • OK
  • Available plugins
  • Select JAX-RPC Web Services, source: JAX-RPC provider
  • Click on Install, next , I accept, install
  • Restart IDE now, Finish
  • Apply required updates, I accept, Update
  • Delete the JAX-RPC Provider

Clear cache

Sometimes error may appear with red icon of files that build on Netbeans. Exit Netbeans and clears the cache:

   1 cd ~/.cache/netbeans
   2 rm -rf

Netbeans 7.4 installation

   1 mkdir -p /opt/ide/netbeans-7.4
   2 chown vitor /opt/ide/netbeans-7.4
   3 chgrp users /opt/ide/netbeans-7.4
   4 mkdir -p /opt/appsrv/glassfish-4.0
   5 chown vitor  /opt/appsrv/glassfish-4.0
   6 chgrp users /opt/appsrv/glassfish-4.0
   7 sh netbeans-7.4-linux.sh --javahome /usr/java/jdk1.7.0_60/ 
   8 # next
   9 # I accept
  10 # Next
  11 # I accept
  12 # Next
  13 # Netbeans folder: /opt/ide/netbeans-7.4
  14 # Java folder: /usr/java/jdk1.7.0_60/
  15 # Next
  16 # Install
  17 # Finish
  18 # /opt/ide/netbeans-7.4/bin/netbeans 
  19 # Import settings from 7.3: yes 
  20 

Templates pre-defined variables

http://wiki.netbeans.org/FaqFreeMarker

  • ${date} inserts the current date, in this format: Feb 16, 2008
  • ${encoding} inserts the default encoding, such as: UTF-8
  • ${name} inserts the name of the file.
  • ${nameAndExt} inserts the name of the file, together with its extension.
  • ${package} inserts the name of the package where the file is created.
  • ${time} inserts the current time, in this format: 7:37:58 PM
  • ${user} inserts the user name.
  • ${project.license} based on the value (e.g., 'CDDL'), the license header is found and is inserted into the template.
  • ${project.name} inserts the project name
  • ${project.displayName} inserts the project displayname
  • ${date?date?string("yyyy")} year only

To change the user variable:

  • Tools
  • Templates
  • Settings
  • Change the user property, user=UserX

Change menu font size

Run with option --fontsize 14

/opt/ide/netbeans-7.4/bin/netbeans --fontsize 14
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01