| 例文 | 共起表現 |
classpathを含む例文一覧と使い方
該当件数 : 163件
The Favorites window does not know anything about project classpath and membership, so no project-related commands like Compile File are available. 例文帳に追加
「お気に入り」ウィンドウは、プロジェクトのクラスパスやメンバーに関する情報を持っていないため、「ファイルをコンパイル」などのプロジェクト関係のコマンドは「お気に入り」ウィンドウでは利用できません。 - NetBeans
Once you have ensured that your project's compilation classpath is set correctly., you need only select the project, package, or file you want to compile and choose the appropriate Build or Compile command. 例文帳に追加
プロジェクトのコンパイル時のクラスパスの設定が正しいことを確認したら、コンパイルするプロジェクトかパッケージ、ファイルのいずれかを選択して適切な「構築」または「コンパイル」コマンドを選択するだけです。 - NetBeans
You can view the project's compilation classpath by opening the Project Properties dialog box and selecting the Libraries node in the Categories pane and then clicking the Compile tab in the right pane. 例文帳に追加
プロジェクトのコンパイル時クラスパスを確認するには、「プロジェクトプロパティー」ダイアログを開き、「カテゴリ」区画で「ライブラリ」ノードを選択し、「プロジェクトプロパティー」ダイアログの右区画にある「コンパイル」タブをクリックします。 - NetBeans
Classes from the target JDK version, other commonly used project-specific APIs like the Servlet, JSP, JSTL and XML APIs, as well as the sources you have manually added to the classpath can be used in code completion. 例文帳に追加
コード補完では、ターゲット JDK バージョンのクラス、およびサーブレットや JSP、JSTL、XML API などのほかのよく使われるプロジェクト別の API、さらにはクラスパスに手動で追加したソースを利用することができます。 - NetBeans
If you have attached Javadoc and source files to a JAR file in the Library Manager, the IDE automatically adds the Javadoc and source files to the project when you register the JAR file on a project's classpath. 例文帳に追加
「ライブラリマネージャー」で Javadoc およびソースファイルが JAR ファイルに接続された場合、IDE は、プロジェクトのクラスパスに JAR ファイルを登録するときに自動的にその Javadoc およびソースファイルをプロジェクトに追加します。 - NetBeans
When you want to add a required project, select the project folder whose JAR files you want to add to the classpath (the file chooser displays the icon for IDE project folders ). 例文帳に追加
必須プロジェクトを追加する場合、クラスパスに追加する JAR ファイルを生成するプロジェクトのフォルダを選択します (ファイル選択ダイアログでは IDE プロジェクトフォルダのアイコン によって表示されます)。 - NetBeans
While the IDE occasionally scans the classpath (when creating additional projects or after restarting the IDE, for example), the more thorough and time-consuming procedure only needs to be carried out once.例文帳に追加
まれに、追加のプロジェクトを作成するとき、あるいは IDE を再起動した後にもクラスパスのスキャンが発生することがありますが、この徹底した時間のかかる処理は一度実行すれば十分です。 - NetBeans
If your project uses special libraries dynamically at runtime through an indirect interface or reflection (like JDBC drivers or JAXP implementations), you have to add these libraries to the runtime classpath. 例文帳に追加
プロジェクトが、間接インタフェースまたはリフレクションを使用して実行時に動的に特殊なライブラリ (JDBC ドライバあるいは JAXP 実装など) を使用する場合は、それらライブラリを実行時クラスパスに追加する必要があります。 - NetBeans
Though the IDE copies the necessary files to the correct location automatically,the following special cases should be kept in mind: If two JAR files on the project classpath have the same name,only the first JAR file is copied to the lib folder. 例文帳に追加
GUI アプリケーションの実行時に Swing レイアウト拡張ライブラリが自動的に使用されるように、プロジェクトを構築すると、JAR (およびプロジェクトのクラスパスにあるその他の JAR ファイル) が自動的に dist/lib フォルダにコピーされます。 - NetBeans
The introduction of the new Ant-based projects system gives you tighter classpath management,more versatile build and run options, and the tightest integration to Ant of any IDE on the market.例文帳に追加
Ant を利用した新しいプロジェクトシステムを導入することによって、クラスパスの管理の厳密性、構築および実行オプションの汎用性が増し、市場のどの IDE よりも密な Ant との統合が実現されています。 - NetBeans
You can open a class file in the Favorites window by double-clicking the file, however because there is no classpath information associated with that file you may see compilation errors when viewing the file in the Source Editor. 例文帳に追加
「お気に入り」ウィンドウでクラスファイルをダブルクリックしてファイルを開くことができますが、そのファイルにはクラスパス情報が関連付けられていないため、ソースエディタでファイルを表示すると、コンパイルエラーが表示されることがあります。 - 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
For example, imagine that project A compiles against project B, and project B compiles against project C, but project A does not compile against project C. This means that project A only has project B on its runtime classpath. 例文帳に追加
たとえば、プロジェクト A がプロジェクト B を基にコンパイルされ、プロジェクト B がプロジェクト C を基にコンパイルされるが、プロジェクト A はプロジェクト C を基にコンパイルされないと仮定します。 このことは、プロジェクト A の実行時クラスパスには、プロジェクト B のみ存在することを意味します。 - NetBeans
| 例文 | 共起表現 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|