IDEを含む例文一覧と使い方
該当件数 : 3656件
You can also register any other JDBC driver with the IDE, so you can hook up to just about any database that provides a JDBC driver.例文帳に追加
その他の JDBC ドライバを IDE に登録することもできるため、JDBC ドライバを提供するほとんどのデータベースに接続できます。 - NetBeans
You can also use the IDE to help you set up a database connection pool and register the resources with the Sun Java System Application Server to use in your application. 例文帳に追加
さらに、IDE を使用して、データベース接続プールを設定し、Sun Java System Application Server にアプリケーションで使用するリソースを登録できます。 - NetBeans
This guide demonstrates the process of creating and editing Java sources using the new and improved NetBeans IDE 6.0 Editor.例文帳に追加
このチュートリアルでは、NetBeans IDE 6.0 の新しくなって改良されたエディタを使用して Java ソースを作成、編集するプロセスを示します。 - NetBeans
The IDE adds the template code to the file at the cursor position.例文帳に追加
ファイル内のカーソル位置にテンプレートのコードが追加されます。 - NetBeans
When you run the project, the IDE builds and deploys the application.The following message appears in the Output window: 例文帳に追加
プロジェクトを実行すると、IDE によってアプリケーションが構築され、配備されます。 「出力」ウィンドウに次のメッセージが表示されます。 - NetBeans
However, if you use the Business Method dialog, the IDE adds code to both the bean class and the remote interface class, simultaneously.例文帳に追加
ただし、「ビジネスメソッド」ダイアログを使用すると、IDE によって Bean クラスと Remote インタフェースクラスの両方に同時にコードが追加されます。 - NetBeans
It also showed how to add an IDE-supported framework to both a new web application project and an existing project.例文帳に追加
また、新しい Web アプリケーションプロジェクトと既存のプロジェクトの両方に、IDE がサポートするフレームワークを追加する方法も示しました。 - NetBeans
In fact, when you create a project, the IDE creates the same folders and files that a rails command would create.例文帳に追加
実際、プロジェクトを作成すると、rails コマンドが作成するのと同じフォルダおよび同じファイルが IDE によって作成されます。 - NetBeans
Note: To better understand the classes and methods mentioned above, you can access the beans binding Javadoc documentation directly from the IDE.例文帳に追加
注: 前述のクラスやメソッドについて詳しく理解するには、IDE から Beans Binding に関する Javadoc ドキュメントに直接アクセスしてください。 - NetBeans
However, they have been re-created using the IDE's GUI Builder, so you can play with them using the IDE's visual design tools.例文帳に追加
ただし、これらは IDE の GUI ビルダーを使用して再作成されているので、実行するには、IDE のビジュアルデザインツールが必要です。 - NetBeans
If you expand the Libraries node in the Projects window, you can see that the IDE added the Hibernate libraries to the project. 例文帳に追加
「プロジェクト」ウィンドウの「ライブラリ」ノードを展開すると、IDE によって Hibernate ライブラリがそのプロジェクトに追加されたことが確認できます。 - NetBeans
If you have installed NetBeans IDE with the bundled GlassFish v2 server, it is now selected as the default server for both sample projects. 例文帳に追加
NetBeans IDE とともに付属の GlassFish v2 サーバーをインストールした場合は、両方のサンプルプロジェクトのデフォルトのサーバーとして選択されます。 - NetBeans
In the Projects window, right-click the StockQuoteService project node and choose Undeploy and Deploy Project.The IDE does the following:例文帳に追加
「プロジェクト」ウィンドウで「StockQuoteService」プロジェクトノードを右クリックし、「配備の取り消しおよび配備」を選択します。 IDE が次の処理を行います。 - NetBeans
When you import a project, the IDE analyzes the Eclipse project metadata and then creates a NetBeans project based on that metadata.例文帳に追加
プロジェクトをインポートすると、IDE は Eclipse プロジェクトのメタデータを解析してから、そのメタデータに基づいて NetBeans プロジェクトを作成します。 - NetBeans
The IDE also resynchronizes the projects automatically if the changes to the Eclipse configuration are unambiguous and do not require your input.例文帳に追加
また、Eclipse の構成の変更があいまいでなく、入力の必要がない場合、IDE は自動的にプロジェクトを再同期化します。 - NetBeans
To illustrate how to set up your application code in NetBeans IDE, we'll use the BlackJack example project below.例文帳に追加
このドキュメントでは、NetBeans IDE でアプリケーションコードを準備する方法を具体的に理解するために、下図の BlackJack サンプルプロジェクトを使用します。 - NetBeans
While the installer described above is the preferred method of installation on Microsoft Windows machines, you can also install NetBeans IDE using a tar. gz or zip file.例文帳に追加
アーカイブ版を選択した場合は、tar.gz ファイルまたは zip ファイルを使用し、NetBeans IDE を Microsoft Windows マシンにインストールすることができます。 - NetBeans
To install NetBeans IDE:, use the appropriate tools on your platform to untar or unzip the archive distribution to a cleandirectory.例文帳に追加
NetBeans IDE をインストールするには、次の操作を行います。 tar または unzip コマンドを使用し、アーカイブ版を空のディレクトリに展開します。 - NetBeans
You first need to have the second database registered in the IDE, similar to what was described at the beginning of this tutorial.例文帳に追加
まず、このチュートリアルの最初に説明したものに似た 2 つ目のデータベースが IDE に登録されている必要があります。 - NetBeans
In the IDE, when you create a type that makes use of annotations in Java EE 5, related placeholders are provided in the generated code.例文帳に追加
IDE では、Java EE 5 の注釈を利用した型を作成すると、生成されたコード内に関連するプレースホルダが用意されます。 - NetBeans
The IDE provides tools to work with JAX-WS. You can use templates in the New File wizard to generate JAX-WS artifacts.例文帳に追加
IDE には、JAX-WS を操作するツールが用意されています。 「新規ファイル」ウィザードのテンプレートを使用して JAX-WS アーティファクトを生成できます。 - NetBeans
Quick Fixes and Semantic Checks The IDE performs many semantic checks on the JavaScript code and offers quick fixes.例文帳に追加
簡易修正と意味解釈のチェックIDE は JavaScript コードに多くの意味解釈のチェックを行い、簡易修正を提供します。 - NetBeans
Note: The IDE also opens a box above the code completion box thatdisplays Javadoc information for the selected class or package. 例文帳に追加
注: IDE はさらに、選択されたクラスまたはパッケージに関する javadoc 情報を表示するコード補完ダイアログを表示します。 - NetBeans
Right-click the project and choose Undeploy and Deploy.The IDE starts the application server, builds the application, and deploys the application to the server.例文帳に追加
プロジェクトを右クリックし、「実行」を選択します。 IDE がアプリケーションサーバーを起動してアプリケーションを構築し、ブラウザが開きます。 - NetBeans
Any error indicators should disappear.You have now used various tools provided by the IDE for working with JAXB in the editor.例文帳に追加
エラー表示がある場合、消えるはずです。 ここまでで、エディタで JAXB を扱うために IDE が提供する各種ツールを使用しました。 - NetBeans
Once you receive confirmation that the Active Scripting debugger framework has been installed, return to the IDE and click OK.例文帳に追加
アクティブスクリプトデバッガフレームワークがインストールされたことを確認するメッセージが表示されたら、IDE に戻って「了解」をクリックします。 - NetBeans
If not, a dialog displays,prompting you to enable the IDE to install the NetBeans Internet Explorer extension.Click OK. 例文帳に追加
登録されていない場合は、IDE で Internet Explorer 用 NetBeans 拡張機能をインストールしてもいいかどうかを確認するダイアログが表示されます。 - NetBeans
Note: The first run is a special case because Output.xml is empty and the IDE cannot compare the test results with the contents of Output.xml. 例文帳に追加
注: Output.xml は空であり、IDE によってテストの結果と Output.xml の内容が比較できないため、最初の実行は特別なケースです。 - NetBeans
The IDE includes a hosting component that includes an application adaptor for providing an interface from the unmanaged application to the IDE.例文帳に追加
IDEは、アンマネージアプリケーションからIDEへのインターフェースを提供するアプリケーションアダプタを含むホスティングコンポーネントを含む。 - 特許庁
After starting the Database Server on your machine, start the MySQL Database Server in the IDE by right-clicking the MySQL Server node and choosing Start. 例文帳に追加
マシンでデータベースサーバーを起動したあと、IDE で「MySQL サーバー」ノードを右クリックし、「起動」を選択して、MySQL データベースサーバーを起動します。 - NetBeans
This document demonstrated how to configure MySQL on your computer and set up a connection to the database server from NetBeans IDE.例文帳に追加
このチュートリアルでは、コンピュータに MySQL を構成し、NetBeans IDE からそのデータベースサーバーへの接続を設定する方法を紹介しました。 - NetBeans
A follow-up tutorial demonstrating how to created a simpletwo-tiered web application in the IDE using the MySQL database you just created. 例文帳に追加
作成した MySQL データベースを使用して、IDE で簡単な 2 層 Web アプリケーションを作成する方法を紹介するフォローアップチュートリアルです。 - NetBeans
If you are using NetBeans IDE 6.5, see Editing and Navigating C/C++ Source Files Tutorial.例文帳に追加
このチュートリアルでは、NetBeans IDE 6.1 の C/C++ プロジェクトのソースファイルを編集およびナビゲートするための機能の一部を学ぶことができます。 - NetBeans
The NetBeans IDE creates three projects from its catalog of sample projects.例文帳に追加
サンプルプロジェクトのカタログから 3 つのプロジェクトが作成されます。 - NetBeans
Before creating a PHP project, you need to download and install the NetBeans IDE for PHP and prepare your environment for PHP development. 例文帳に追加
PHP プロジェクトを設定する前に、NetBeans IDE for PHP をダウンロードしてインストールし、PHP 開発用の環境を準備する必要があります。 - NetBeans
EJB Module with Existing Ant Script.Template for importing an EJB module into an IDE project that uses your own Ant build script. 例文帳に追加
既存の Ant スクリプトを使用する EJB モジュール。 Ant 構築スクリプトを使用する IDE プロジェクトに EJB モジュールをインポートするためのテンプレート。 - NetBeans
The IDE also uses classpath settings to enable code completion, automatic highlighting of compilation errors, and refactoring. 例文帳に追加
IDE はまた、クラスパスの設定を使用して、コード補完やコンパイルエラーの自動強調表示、リファクタリングを行えるようにします。 - NetBeans
This method also makes it easier to develop your tasks within the IDE, as the script compiles them for you automatically. 例文帳に追加
この方法では、スクリプトがタスクを自動的にコンパイルするため、IDE に独自のタスクを簡単に作成することもできます。 - NetBeans
The IDEgenerates a makefile in which all of your settings are stored. 例文帳に追加
IDE は、プロジェクトの設定をすべて格納する Makefile を生成します。 - NetBeans
Debugging a ProjectWhen you start a debugging session, the IDE starts the gdb debugger, then runs the application inside the debugger.例文帳に追加
プロジェクトのデバッグ デバッグセッションを開始すると、IDE によって gbd デバッガが起動され、そのデバッガ内でアプリケーションが実行されます。 - NetBeans
The IDE's default browser starts up, showing you the overview page.例文帳に追加
IDE のデフォルトのブラウザが起動し、概要ページが表示されます。 - NetBeans
The IDE creates the ContactEditor folder on your system in the designated location.例文帳に追加
システム上の指定した場所に ContactEditor フォルダが作成されます。 - NetBeans
In the Platforms page, the IDE searches for all available Java ME platforms and lists them in the window.例文帳に追加
「プラットフォームのフォルダ」ページで、使用可能なすべての Java ME プラットフォームが IDE によって検索され、ウィンドウ内に一覧表示されます。 - NetBeans
Framework libraries are packaged with the IDE and are automatically added to the project classpath when the framework is selected.例文帳に追加
フレームワークライブラリは IDE とともにパッケージ化されており、フレームワークを選択するときに、プロジェクトクラスパスに自動的に追加されます。 - NetBeans
When you create the project, the IDE opened the index.jsp file in the Source Editor. 例文帳に追加
プロジェクトを作成すると、index.jsp ファイルがソースエディタで開きます。 - NetBeans
From the IDE's menu bar, choose Run Run Main Project. 例文帳に追加
IDE のメニューバーから、「実行」「主プロジェクトを実行」を選択します。 - NetBeans
Type BankClassDiagram in the Diagram Name field, leave UMLBankAppSample-MyModel in the Namespace field and click Finish.The IDE does the following: 例文帳に追加
「図名」フィールドに「BankClassDiagram」と入力し、「名前空間」フィールドは「UMLBankAppSample-MyModel」のままにして、「完了」をクリックします。 IDE が次の処理を行います。 - NetBeans
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|