サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
大そうじへの備え
wiki.netbeans.org
HTML5 Development HTML5 Development in Java EE and PHP Applications You can now use all the HTML5 development features (collectively known as Project Easel) in Java Web applications (Ant or Maven based) and in PHP applications. For a more detailed description, see the Java EE and PHP sections of this document. Cordova Create a new Cordova application from template. A Cordova application is just a
Platforms Windows Windows 2000 and up. ReadDirectoryChangesW Solaris Solaris 11 and up. http://blogs.sun.com/praks/entry/file_events_notification Linux INotify supported in modern kernels. May need to increase fs.inotify.max_user_watches in /etc/sysctl.conf if /proc/sys/fs/inotify/max_user_watches reports it as too low (default is 8192 on Ubuntu). BSD kqueue Mac OS X FSEvents. (KQueue also possibl
HTML5 Application Project NetBeans 7.3 introduces a new project type optimized for developing client web applications. Client web application are written using HTML5/CSS3/JavaScript. Project Creation This new project type can be found in New Project wizard in "HTML/JavaScript" category: The wizard allows to create an empty project or utilize one of public online templates: Similarly a JavaScript f
What is a userdir and where can I find it? What is a cachedir and where can I find it? The NetBeans userdir is a directory where NetBeans stores user configuration data such as window layouts, editor settings, menu and toolbar customizations and various module settings. The NetBeans cachedir is a directory consisting of files that may become large, may change frequently, and can be deleted and rec
PHPのデバッグ時に局所変数に日本語あると文字化けしてしまいます。どうしたらよいですか? PHP や Ruby などのインタプリタを使う場合、その実行環境は OS の実行環境を引き継ぎます。そのため NetBeans プロジェクトで指定しているエンコーディングと OS で使用するエンコーディングが合わない場合文字化けなどの問題が発生する場合があります。この問題は 課題 144548 としてバグレポートされています。 推奨する解決策はプロジェクトのエンコーディングを OS のエンコーディングと合わせることです。しかし Windows の環境では UTF-8 を使いたいケースも多く推奨される解決策では不十分です。この場合は -J-Dfile.encoding=UTF-8 オプションを付けることで回避できます。 NetBeans プロジェクトのエンコーディングを OS のエンコーディングと合わせ
Where is Ruby on Rails Support in the NetBeans IDE? As of NetBeans 7.0, the Ruby on Rails module is no longer included in the NetBeans IDE. See Community Message. But there is a Ruby and Rails plugin made by the community. You can find it at http://plugins.netbeans.org/plugin/38549 What options are there for developing with Ruby on Rails? Developers who still want to use Ruby on Rails functionalit
NetBeans の作業環境を USB ドライブなどのポータル環境に設定するにはどうしたらよいですか? NetBeans をオフィスや家で使用する時に NetBeans の環境を外部のポータブル USB ドライブなどにインストールして持ち運べたらと思ったことがありませんか。 答えは ネットワークドライブから NetBeans を起動できますか の質問に似ています : IDE を USB ドライブから実行すると遅いです。 試すには以下の手順で行なってください: USB ドライブを使用するマシンで JDK が正しくインストールされているか確認してください。あるいは JDK をドライブにコピーしてもかまいません。同様に Web サーバー、バージョン管理システム、実行環境なども確認してください。 OS に依存しない ZIP 配布物をダウンロードし、USB スティックで解答します。 コピーするディレ
New & Noteworthy Fixed: Error and warning markers on Windows Fixed: Go-To-Source on Windows Fixed: Go-To-Source across dependent Maven projects. Use dependencies aware scalac task instead of fsc for default Scala project Much more responsive when typing and for code-completion More refactoring: find usages, rename across opened projects Breakpoint works everywhere Better supporting for mixed Java/
Mac ユーザーです。日本語版でニーモニック表示を消して使いたいのですがどうしたらよいですか? ニーモック表示を消す正式な方法はまだありませんがニーモニック表示なしの日本語ファイルを ja.netbeans.org から提供しています。 NetBeans 7.3 用 http://netbeans.org/projects/ja/downloads/download/7.3/nb73ja_mac.zip NetBeans 6.0.1 用 http://netbeans.org/projects/ja/downloads/download/6.0%252Fnb60ja-2008-01-23_04-00_mac.zip NetBeans 6.1 用 http://netbeans.org/projects/ja/downloads/download/6.1%252Fnb61ja_mac.zip
[1] NetBeans 6.7 ユーザーテストは終了しました。たくさんのフィードバックや動作レポートを送っていただきました。ほんとうにありがとうございました。 参加賞 NetBeans 6.7 ユーザーテスト NetBeans 6.7 ベータが公開されてから正式版がリリースされるまでの期間、ユーザーの方々にテストをして頂いてフィードバックをたくさん集めることを目的としたプログラムです。 スケジュール 4/28 (火) : 6.7 ベータリリース 4/28 (火) : 6.7 ユーザーテスト開始 (参加受付の開始) 5/25 (月) : コードフリーズ (一般的なバグの修正完了予定、以後は深刻な問題のみ修正) 6/01 (月) : リリース候補ビルド 1 公開予定 6/22 (月) : ユーザーテスト終了 6/29 (月) : 6.7 リリース プログラムの内容 専用のメーリングリスト n
NetBeans IDE 6.0 - 6.5 Keyboard Shortcuts Specification This is the UI specification for the default keymap profile in the NetBeans IDE 6.0, 6.1 and 6.5. For NetBeans IDE users: NetBeans IDE 6.5 keyboard shortcut card NetBeans IDE 6.9 keyboard shortcut card The "old" NetBeans 5.5 profile is still available in Tools | Options | Keymap | Profile. How to read this table? When there are multiple modif
NetBeans Ruby サポート FAQ この FAQ は NetBeans IDE の Ruby サポートに関するものです。それ以外の機能の FAQ は NetBeans ユーザー FAQ を参照してください。 質問がありませんか? FAQ インデックス を参照してください。 重要: この FAQ ページに追加する場合は FaqRubyEncoding のように FaqRuby<Topic> で始まる Wiki ワードを使って下さい。 内容
起動パラメータを永続的に設定するにはどうしたらよいですか? 変更を netbeans.conf ファイルに追加してください。netbeans.conf を編集するプラグイン を使うと簡単にできます。(Claudio Miranda ありがとう!!) --userdir や --jdkhome 、 --fontsize など常に同じ起動オプションで NetBeans を起動したい場合にはいつも同じオプションをつけて起動しなくてもよいようにラッパースクリプトを用意することがあるかもしれません。もちろんこの方法でも動きますが、最良の方法はそれらのオプションを NetBeans の設定ファイル netbeans.conf をカスタマイズすることです。 netbeans.conf は2つあります。NetBeans が共有の場所にインストールしてありすべてのユーザーに共通のオプションを設定したい場合に
Scala Plugins for NetBeans Project Home and Binary Builds available Project home: http://github.com/dcaoyuan/nbscala Also, binary builds of the plugin can be found at: http://sourceforge.net/projects/erlybird/files/nb-scala/ or http://plugins.netbeans.org Features Full featured Scala editor syntax and semantic coloring outline navigator code folding mark occurrences go to declaration instant renam
So you want to tinker with the code, build the whole IDE from sources, implement features yourself? This is the minimum to get you started. If you are interested in sources for NetBeans 6.0 or earlier, see: WorkingWithNetBeansSourcesPre61 Tools You need the following to be installed on your machine: JDK 8 JDK 8 is required to build NetBeans sources after NetBeans 8.1 JDK 7 you can still use for co
機能 フル機能 Scala エディタ シンタックス / セマンティックカラーリング アウトラインナビゲーター コード折りたたみ ハイライト表示 定義箇所への移動 インスタントリネーム インデント フォーマット ペアマッチング エラー表示 コード補完 プロジェクト管理(プロジェクトのビルド / 実行 / デバッグ) デバッガ インタラクティブコンソール([ウィンドウ - >その他 - >インタラクティブ Scala シェル) JUnit との統合 Maven との統合 はじめに Scala 用プラグインは現在、開発中です。これは、NetBeans IDE にて Scala をはじめるにあたっての説明であり、また現在何ができるかの概要となっています。 Netbeans 用 Scala プラグインをはじめるには 2 つの方法があります: NetBeans's 7.0 用プラグイン NetBean
NetBeans 内で UTF-8 エンコーディングを使うには NetBeans 6.0 からプロジェクト毎にエンコーディングを指定できるようになりました。 プロジェクトのプロパティーウィンドウでエンコーディングを UTF-8 に設定する プロジェクトのノードをクリックし、右ボタンでメニューを開きます。「プロパティー」を選択してプロパティーダイアログを表示します。「ソース」カテゴリのエンコーディングで UTF-8 を選択します。これはそのプロジェクトで有効です。 NetBeans で使うエンコーディングを強制的に UTF-8 に切り換えるには ただしそのエンコーディングの指定はプロジェクト管理下のファイルでは有効ですが、プロジェクト外のファイルは引き続き NetBeans を起動したプラットフォームのデフォルト(例えば Windows では ShiftJIS) が使われます。プロジェクト管
NetBeans による Mozilla アプリケーションアドオン開発 文書貢献者: Cydey [[{TableOfContentsTitle=目次} | {TableOfContents title='目次'}]] 概要 Firefox のアドオンだけでなく、以下のアドオンも作成できるよう簡単に NetBeans を設定することができます: Mozilla Firefox Mozilla Thunderbird Mozilla Suite 1.x Netscape SeaMonkey Flock Sunbird Nvu これは http://plugins.netbeans.org ウェブサイトにある Netbeans 用 foxbeans モジュールを使用して行うことが可能です Foxbeans Netbeans モジュールのダウンロード Netbeans Module の内容に関す
OpenSolaris や Linux で日本語が文字化け(四角□)してしまいます。どうすればよいでしょうか? JDK と IDE のリリースノートを確認しましょう NetBeans 5.5 の日本語、中国語、ブラジル系ポルトガル語バージョンは Red Hat Enterprise Linux 3 上でテストされています。それ以外のディストリビューション(例えば Ubuntu 6. x や Fedora Core 6) では Java のフォントが正しく設定されていない可能性があり日本語や中国語が文字化け(四角□)で表示されてしまうことがあります。 また OpenSolaris 2008.05 では OS 側のフォントが変更されているため java.sun.com からダウンロードした JDK ではフォントが□に表示されることがあります。回避方法にしたがって設定可能です。OpenSolar
Introducing Android Development with NetBeans This wiki page described an old version of Android plugin and that's why I deleted the content here to avoid confussion. Read about current version at NBAndroid website. Namely look at the installation and first steps in project wiki. --Radim Kubacki on Jul 28, 2011 and Nov 2, 2013 If you really need to access old version of this document contributed b
NetBeans 日本語サイト Wiki NetBeans 日本語サイト ja.netbeans.org の Wiki です。プロジェクトの管理など複数の人が頻繁に更新する必要がある場合にここを使うようにしましょう。技術文章など静的なドキュメントは引き続き日本語サイトのドキュメントとして置くようにしましょう。 コンテンツ プロジェクト 協力者募集中です!! FAQ 翻訳プロジェクト FAQ の翻訳をお手伝いしてくれる方を募集しています プラネット NetBeans NetBeans のブログを書いていますか?登録しましょう!! オリジナルコンテンツ募集 あなたのオリジナルコンテンツを載せませんか? チュートリアル翻訳プロジェクト NetBeans のチュートリアルの翻訳をお手伝いしてくれる方を募集しています 日本語 Wiki ねこび〜ん NetBeans 日本語ドキュメント Java Ex
ねこび〜ん : 日本語コミュニティのマスコット 公開場所 ねこび〜ん (http://ja.netbeans.org/nekobean) にて公開中です。 SVGデータも公開しています。上記ページからどうぞ。 ファンサイト ねこび〜んサイト (2008/7/31にオープン!) http://nekobean.net/img/banner_nekobean_NekoBean.gif Tシャツ! ついにTシャツが発売されました! http://factio.jp から購入できます! UPSOLD から購入できます! ライセンス ねこび〜ん by カネウチカズコ is licensed under a Creative Commons 表示-継承 2.1 日本 License. クレジット表示に関しては元のページのクレジット表示についてを参照してください。 アナウンス & ディスカッション 今後
NetBeans Ruby Support Removed from standard IDE distribution in 7.0! See: RubySupport The NetBeans Ruby support plug-ins provide an integrated development environment for building, running, testing, and debugging Ruby and Ruby on Rails applications. You can download a Ruby-only version of the NetBeans IDE or add Ruby support to your NetBeans IDE download. To learn how, see Installing and Configuri
日本語 NetBeans ユーザー FAQ この ユーザー FAQ は NetBeans IDE の使い方に関するよくある質問をまとめています。 他の FAQ は FAQ の索引 にありますのでそちらも参考にしてください。 このページには、英語の FAQ を翻訳したものと、日本語メーリングリスト (nbdiscuss_ja @ netbeans-dot-org) に寄せられた情報に基づいた FAQ の両方が載せられています。英語 FAQ は随時翻訳中です。一緒に翻訳して下さる方を募集しています。 プロジェクトページ を参照のうえ masaki.katakai @ sun-dot-com まで連絡下さい。また英文と違う箇所がありましたらお知らせください。 追加して欲しいトピックや既存のトピックで気づいた点などありましたら、日本語メーリングリスト 宛にご連絡ください。 目次 日本語情報 Net
The information on this page pertains to NetBeans IDE 6.5. If you are looking for information about Ruby Gems in 6.1, look here. Installing Gems You can install gems from the command line or you can use the NetBeans Gems Manager. Installing Gems From the Command Line To learn how to install gems in JRuby, see this "Getting Started" how-to on the JRuby wiki. For native Ruby platforms, the command l
このページを最初にブックマークしてみませんか?
『NetBeans Wiki』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く