IDEを含む例文一覧と使い方
該当件数 : 3656件
You set the source level in the Project Properties dialog box because this is what the IDE uses to determine the JDK to use for your Javadoc and sources for your project. 例文帳に追加
「プロジェクトプロパティー」ダイアログでソースレベルを設定します。 これは、IDE が Javadoc およびプロジェクトのソースに使用する JDK を判断するために使用します。 - NetBeans
Adding a group of class files to a project's classpath tells the IDE which classes the project should have access to during compilation and execution. 例文帳に追加
プロジェクトのクラスパスに一群のクラスファイルを追加するということは、コンパイルおよび実行中にプロジェクトがアクセスすべきクラスを IDE に知らせることです。 - NetBeans
However, the Tomcat Web Server that is bundled with the IDE provides all the support you need for two-tier web applications such as the one described in this guide.例文帳に追加
ただし、IDE に付属している Tomcat Web サーバーには、このガイドで説明しているような 2 層 Web アプリケーションに必要なすべてのサポートが用意されています。 - NetBeans
The launcher loads the JVM, builds the IDE's classpath, passes it along with some default parameters to the JVM, and lets the JVM launch the Java application.It also restarts the IDE after you have used the Update Center.例文帳に追加
起動ツールは JVM を読み込んで IDE のクラスパスを作成し、いくつかのデフォルトのパラメータと一緒にクラスパスを JVM に渡し、JVM が Java アプリケーションを起動できるようにします。 また、アップデートセンターを使用した後に IDE を再起動します。 - NetBeans
11477Description: On Mac OS X, it is not possible to type characters that require the use of the Alt key. This problem occurs if an archive distribution of the IDE is being run.例文帳に追加
11477問題: Mac OS X では、Alt キーの使用が必要な文字を入力できません。 この問題は、アーカイブ版を使用してインストールした IDE で発生します。 - NetBeans
39705Description: If you have the Java Web Services Developer Pack installed,the NetBeans IDE installer might fail with the message: "The wizard cannot continue because of the following error: could not load wizard specified in /wizard.inf (104).例文帳に追加
39705問題: Java Web Services Developer Pack がインストールされている場合、NetBeans IDE インストーラで以下のようなメッセージが表示され、インストールに失敗することがあります。 - NetBeans
This is caused by Ant being run within the same JVM as the IDE is running in and the default maximum heap size not being high enough for your build script.例文帳に追加
これは、IDE が起動している JVM と同じ JVM で Ant が実行され、デフォルトの最大ヒープサイズでは構築スクリプトを実行できない場合に発生します。 - NetBeans
40768Description: If you import a web module with an empty context path from NetBeans IDE 3.5, the context path will be changed to the name of the directory where the web module resides.例文帳に追加
40768問題: NetBeans IDE 3.5 で作成した空のコンテキストパスを持つ Web モジュールをインポートすると、コンテキストパスが Web モジュールがあるディレクトリ名に変更されます。 - NetBeans
In the Getting Started with RESTful Web Services on GlassFishtutorial, you first learned a bit about REST and then you were shown how NetBeans IDE 6.0 supports this architectural style.例文帳に追加
「GlassFish での RESTful Web サービスについて」では、まず REST について初歩的な説明をしたあと、NetBeans IDE 6.0 による RESTful アーキテクチャースタイルのサポート方法について解説しました。 - NetBeans
When you select this checkbox, the IDE puts the following statements in the environment.rb file.例文帳に追加
このチェックボックスを選択すると、次の文が environment.rb ファイルに挿入されます。 - NetBeans
This tutorial outlines the steps to consume StrikeIron web services prepackaged with NetBeans IDE 6.1 or 6.0, using the Visual Web designer.例文帳に追加
このチュートリアルでは、NetBeans IDE 6.1 または 6.0 を使用して事前にパッケージ化されている StrikeIron Web サービスを、ビジュアル Web デザイナを使用して使用する手順を説明します。 - NetBeans
You don't have to be an Ant expert or even know how to use Ant to work with your projects in NetBeans IDE.例文帳に追加
Ant についての深い知識や経験は必要ありません。 また、Ant を使用して、NetBeans IDE 内でプロジェクトを扱う方法を知っている必要さえありません。 - NetBeans
For example, if you set the text property for a Static Text component to "moon," the IDE adds text="moon" to the Static Text component's tag in the JSP file. 例文帳に追加
たとえば、「静的テキスト」コンポーネントの「text」プロパティーを「月」に設定すると、IDE によって JSP ファイル内の「静的テキスト」コンポーネントのタグに「text=月」が追加されます。 - NetBeans
If you do not see a jdbc node for the TRAVEL database, see the NetBeans Visual Web Pack Installation Instructions for information about making the database available to the IDE.例文帳に追加
Travel データベースの jdbc ノードが表示されない場合は、IDE でデータベースを使用できるようにする方法について、「NetBeans Visual Web Pack 5.5 インストール」を参照してください。 - NetBeans
If you do not see a jdbc node for the TRAVEL database, see the NetBeans Visual Web Pack 5.5 Installation Instructions for information about making the database available to the IDE.例文帳に追加
Travel データベースの jdbc ノードが表示されない場合は、「NetBeans Visual Web Pack 5.5 インストール」を参照して、Travel データベースを IDE で使用できるようにする手順に従います。 - NetBeans
From the main menu, choose Help Help Contents to open the Help viewer, and then in the Contents pane choose IDE Basics Keyboard Shortcuts Editor Shortcuts. 例文帳に追加
メインメニューから「ヘルプ」「ヘルプの目次」を選択してヘルプビューアを開いたあと、「目次」区画で「IDE 基本」「キーボードショートカット」「エディタのショートカット」を選択します。 - NetBeans
When importing projects into Visual Web Pack, the IDE advises you to backup the project as you will not be able to re-open it in Java Studio Creator. 例文帳に追加
プロジェクトを Visual Web Pack にインポートするときに、IDE は、そのプロジェクトを Java Studio Creator で再び開くことができなくなるので、プロジェクトをバックアップするよう勧告します。 - NetBeans
The IDE comes with an editor for deployment descriptors (web.xml files). and an HTTP monitor for tracking and debugging the data flow between components of a web app.例文帳に追加
IDE には、配備記述子 (web.xml ファイル) 用のビジュアルエディタがあります。 また、Web アプリケーションのコンポーネント間のデータフローを追跡、デバッグできる HTTP モニターもあります。 - NetBeans
This document takes you through the basics of using the IDE to develop a JAX-WSweb service client that consumes a live web service asynchronously. 例文帳に追加
このドキュメントでは、IDE を使用して、ライブ Web サービスを非同期で利用する JAX-WS Web サービスクライアントを開発する基本的な手順を学ぶことができます。 - NetBeans
To display the Navigator, choose Window Navigator from the IDE's main menu. 例文帳に追加
「ナビゲータ」を表示するには、IDE のメインメニューから「ウィンドウ」「ナビゲータ」を選択します。 - NetBeans
An IDE type hard disk device part and an SCSI type hard disk device part are separated as individual modules and the number of components in the IDE type is reduced to simplify the structure.例文帳に追加
また、IDEタイプとSCSIタイプのハードディスク・デバイス部を別のモジュールとしIDEタイプでの部品点数を減らし、構造の簡素化を図る。 - 特許庁
On the other hand, IDE bus 150 connects the IDE controller 130 and a hard disk driver 152 for reading and writing audio data.例文帳に追加
一方、IDEバス150は、IDEコントローラ130と、オーディオデータの読み出しおよび書き込みを行うハードディスクドライブ152とを接続するためのものである。 - 特許庁
with the following non-sleepable locks held mean?5.33. 例文帳に追加
IDE ドライブの場合は通常、不良ブロックは潜在的な障害の兆候です。 最近の IDEドライブは、内部の不良ブロック再マッピング機能を有効にした状態で出荷されています。 - FreeBSD
This generally happens if your disk is larger than the BIOS can handle (512MB for (E)IDE disks on older machines or larger than 8GB in general).例文帳に追加
BIOSが管理可能な容量(古い(E)IDEディスクでは512MB、一般的なものでは8GB以上の壁があります)よりディスク容量が大きい場合に起こるのが一般的です。 - Gentoo Linux
(Normally they get higher numbers than IDE drives except when the BIOS is configured to boot from SCSI devices.)When you ask the BIOS to boot from a different hard disk (for instance your primary slave), that harddisk is seen as hd0.例文帳に追加
(BIOSで、SCSIデバイスから起動する設定になっている場合を除いて、通常、SCSIに対してはIDEドライブより大きな数字が割り当てられます。 - Gentoo Linux
Developer Collaboration combined with the integrated file version controlmakes the NetBeans IDE a powerful tool for your distributed development team. 例文帳に追加
統合されたファイルのバージョン管理機能と組み合わせた開発者間のコラボレーションにより、NetBeans IDE は分散された開発チーム向けの強力なツールになっています。 - NetBeans
The NetBeans IDE provides Java developers with all the tools needed to create professional desktop, mobile and enterprise applications.例文帳に追加
NetBeans IDE には、Java 開発者が本格的なデスクトップアプリケーション、モバイルアプリケーション、およびエンタープライズアプリケーションを作成するために必要なツールがすべて用意されています。 - NetBeans
The NetBeans UML plugin provides template-based code generation for Forward Engineering.Modify the FreeMaker templates included with the NetBeans IDE to customize how code is generated.例文帳に追加
NetBeans UML には、フォワードエンジニアリング用に、テンプレートベースのコード生成が用意されています。 NetBeans IDE に付属する FreeMaker テンプレートを変更してコードの生成方法をカスタマイズします。 - NetBeans
NetBeans C/C++ Development Pack 5.5.1 update 1 Quick Start Guide All Docs for C/C++ Applications 例文帳に追加
NetBeans Platform とモジュール開発 IDE モジュールとリッチクライアントアプリケーションの構築を含みます。 - NetBeans
This document provides an introduction to Ajax and demonstrates some of the features in the NetBeans IDE that allow you to program faster and more efficiently when working with Ajax-relatedtechnologies.例文帳に追加
このドキュメントでは、Ajax の概要を説明し、Ajax 関連のテクノロジを使用するときにより短時間で効率よくプログラミングできる NetBeans IDE の機能を示します。 - NetBeans
This tutorial provides an overview of the sample project, AsynchronousSample, and illustrates deploying, executing and testing an asynchronous BPEL process using the NetBeans IDE with all the necessary runtimes. 例文帳に追加
このチュートリアルは AsynchronousSample サンプルプロジェクトの概要と、NetBeans IDE 6.1 と必要な実行時環境を用いた非同期 BPEL プロセスの配備と実行、テストについて説明します。 - NetBeans
For more information on using the IDE's GUI Builder, see the JavaGUIs and Project Matisse Learning Trail. 例文帳に追加
IDE の GUI ビルダーの使用については、 Java GUI と Project Matisse の学習 を参照してください。 - NetBeans
The IDE creates the new application and opens the main class in the Source Editor.例文帳に追加
新しいアプリケーションが作成され、ソースエディタに主クラスが表示されます。 - NetBeans
In the Authorize UML Project Save dialog box, click Yes.The IDE generates the Java source code and the Output window displays the progress of the code generation process. 例文帳に追加
「UML プロジェクトの保存の許可」ダイアログで「はい」をクリックします。 IDE によって Java ソースコードが生成され、「出力」ウィンドウにコード生成処理の進行状況が表示されます。 - NetBeans
Before you begin creating custom templates and mapping them to model elements, it is important to understand the tools in within the NetBeans IDE that you will be using and their relationship. 例文帳に追加
カスタムテンプレートの作成と、それらのモデル要素へのマッピングの前に、これから使用する NetBeans IDE 内のツールとそれらの関係について理解することが重要です。 - NetBeans
After you have added the templates to the IDE and have added them through the Options panel, you need to map the Templates the to the model elements in your mode using the UML options panel. 例文帳に追加
テンプレートを IDE に追加し、「オプション」パネルを使用してそれらを追加したあとは、UML の「オプション」パネルを使用してモデル内のモデル要素にテンプレートをマッピングします。 - NetBeans
The IDE registers the server and lists it under the Servers node in the Services window. 例文帳に追加
サーバーが登録され、「サービス」ウィンドウの「サーバー」ノードの下に表示されます。 - NetBeans
After the deployment is complete, the IDE opens a web browser for the application.例文帳に追加
配備が完了すると、アプリケーションを実行するための Web ブラウザが開きます。 - NetBeans
In this section you learn how to download an Axis2 WAR file, embed it in either an Apache Tomcat or GlassFish server, and configure NetBeans IDE to upload AAR files to the server. 例文帳に追加
この節では、Axis2 WAR ファイルをダウンロードし、それを Apache Tomcat または GlassFish サーバーのいずれかに埋め込み、AAR ファイルをサーバーにアップロードするために NetBeans IDE を構成する方法を学びます。 - NetBeans
Note: If you are using Windows Vista, have GlassFish installed to Program Files, and have User Access Control enabled, you will not be able to make changes to the axis2.war file from the IDE. 例文帳に追加
注: Windows Vista を使用している場合は、GlassFish を Program Files フォルダにインストールし、ユーザーアクセス制御を有効にすると、IDE から axis2.war ファイルへの変更を行えなくなります。 - NetBeans
So far, we have successfully started the the database server and created a database.However, we still need to connect to the new database before we can start working with it in the IDE.例文帳に追加
ここまでで、データベースサーバーを起動し、データベースを作成できました。 この新しいデータベースを IDE で使用するには、このデータベースに接続する必要があります。 - NetBeans
After completing the steps in this tutorial, you have built the sample Synchronous BPEL Process project that is available in the IDE (New Project Samples SOA Synchronous BPEL Process). 例文帳に追加
このチュートリアルの手順を完了したら、IDE に含まれるサンプルの同期 BPEL プロセスプロジェクト (「新規」「プロジェクト」「サンプル」「SOA」「同期 BPEL プロセス」) を構築したことになります。 - NetBeans
Note: The NetBeans IDE and Sun Java System Application Server bundlecreates the admin user with password adminadmin by default.Users should use these settings to log in via the web console. 例文帳に追加
注: NetBeans IDE と Sun Java System Application Server のバンドルでは、パスワードが adminadmin の admin ユーザーがデフォルトで作成されます。 ユーザーは、これらの設定を使用して Web コンソールからログインする必要があります。 - NetBeans
Note: Although we strongly recommend using the JAX-WS model for creating SOAP services, the IDE continues to support JAX-RPC web services for legacy reasons. 例文帳に追加
注: SOAP サービスの作成には JAX-WS モデルを使用することを強くお勧めしますが、IDE では従来サービスに対応するために JAX-RPC Web サービスも引き続きサポートしています。 - NetBeans
From the main menu, choose Help Help Contents to open the Help viewer, and then in the Contents pane choose IDE Basics Keyboard Shortcuts General Editor Shortcuts. 例文帳に追加
メインメニューから「ヘルプ」「ヘルプの目次」を選択してヘルプビューアを開いたあと、「目次」区画で「IDE 基本」「キーボードショートカット」「一般的なエディタのショートカット」を選択します。 - NetBeans
Do the same for newString.You see a Watches tab window open at the bottom of the IDE, and each expression to be watched is listed in the window. 例文帳に追加
newString についても同じ操作を行います。 IDE の最下部に「ウォッチポイント」タブウィンドウが開き、ウォッチポイントが設定されている各式がウィンドウに表示されます。 - NetBeans
From the main menu, choose Help Help Contents to open the help viewer, and then in the Contents pane choose IDE Basics Servers and Databases HTTP Monitor About the HTTP Monitor. 例文帳に追加
メインメニューから「ヘルプ」「ヘルプの目次」を選択してヘルプビューアを開いたあと、「目次」区画で「IDE 基本」「サーバーとデータベース」「HTTP 監視」「HTTP 監視について」を選択します。 - NetBeans
This page provides links to some of the NetBeans documents and resources that can help you learn how to develop EJB and web service applications with NetBeans IDE.例文帳に追加
このページには、NetBeans IDE を使用した EJB アプリケーションおよび Web サービスアプリケーションについて学習するのに役立つ、一部の NetBeans ドキュメントおよびリソースへのリンクがあります。 - NetBeans
This document introduces a number of tools provided by the IDE, as well as more advanced technologies, such as JavaServer Pages StandardTag Library.例文帳に追加
このドキュメントでは、IDE に付属するいくつかのツールを紹介しています。 また、JavaServer Pages 標準タグライブラリなどの、より高度な技術についても説明しています。 - NetBeans
To find information specific to the kind of applications you are developing, use the NetBeans IDE learning trail for that type of application.例文帳に追加
開発しているアプリケーションの種類に固有の情報を調べるには、その種類のアプリケーションに関する NetBeans 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. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|