diff options
Diffstat (limited to 'development/netbeans/README')
-rw-r--r-- | development/netbeans/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/netbeans/README b/development/netbeans/README index af0d2036b8..15a9f9d36f 100644 --- a/development/netbeans/README +++ b/development/netbeans/README @@ -16,12 +16,12 @@ NOTES: **** To use an specified locale you should execute netbeans as: - netbeans --locale $LANGOPT + netbeans --locale $LANGOPT where $LANGOPT can be 'ja','zh:CN' or 'pt:BR', default is english. If you want to make this a default option for netbeans, then add it into the line #6(netbeans_default_options) in the file - /opt/netbeans/etc/netbeans.conf + /opt/netbeans/etc/netbeans.conf To use an alternative bundle you can set BUNDLE variable: $ BUNDLE=javaee ./netbeans.SlackBuild |