| 例文 | 共起表現 |
Configuring the Compilation Classpath 例文帳に追加
コンパイル時クラスパスの設定 - NetBeans
Easy management of the Ant classpath. 例文帳に追加
Ant クラスパスの容易な管理 - NetBeans
Prefix the specified classpath to the IDE's classpath. 例文帳に追加
IDE のクラスパスの前に、指定されたクラスパスを追加します。 - NetBeans
prepend the specified classpath to the IDE's classpath. 例文帳に追加
IDE のクラスパスの後ろに指定されたクラスパスを追加します。 - NetBeans
append the specified classpath to the IDE's classpath. 例文帳に追加
IDE のクラスパスの後ろに指定されたクラスパスを追加します。 - NetBeans
Specifying the Classpath for Custom Tasks 例文帳に追加
カスタムタスクのクラスパスの指定 - NetBeans
Specifying the Classpath for Project Sources 例文帳に追加
プロジェクトソースのクラスパスの指定 - NetBeans
Easier management of the Ant classpath. 例文帳に追加
管理面での Ant クラスパスの改善 - NetBeans
You specify the classpath in the Java Sources Classpath settings in the Project Properties dialog box. 例文帳に追加
「プロジェクトプロパティー」ダイアログの「Java ソースのクラスパス」設定でクラスパスを指定します。 - NetBeans
Configuring the Ant Classpath property in the Options window. 例文帳に追加
「オプション」ウィンドウの Ant クラスパスプロパティーの設定。 - NetBeans
You have to set an explicit classpath in your build scripts because the IDE ignores your environment's CLASSPATH variable whenever it runs Ant. 例文帳に追加
IDE は Ant を実行する際に、使用環境の CLASSPATH 変数を無視するため、構築スクリプトに明示的なクラスパスを設定する必要があります。 - NetBeans
The project classpath is controlled by your Ant script. 例文帳に追加
プロジェクトのクラスパスは、Ant スクリプトで制御します。 - NetBeans
The IDE automatically adds everything on your project's compilation classpath to the project's runtime classpath. 例文帳に追加
プロジェクトのコンパイル時に、クラスパスのすべてがプロジェクトの実行時クラスパスに自動的に追加されます。 - NetBeans
Lists the source directories on your project classpath. 例文帳に追加
プロジェクトのクラスパス内のソースディレクトリの一覧です。 - NetBeans
This classpath is not used for compilation or execution - your Ant script handles the classpath for these tasks.例文帳に追加
このクラスパスは、コンパイルおよび実行時には使用されません。 これらのタスクのクラスパスは、Ant スクリプトで扱います。 - NetBeans
If the JAR file is not already on the compilation classpath for your project, add it to the classpath as described above.例文帳に追加
JAR ファイルがプロジェクトのコンパイル時クラスパス上にまだない場合は、上記の手順でクラスパスに追加します。 - NetBeans
In the IDE, the classpath is visually represented by the Libraries node.例文帳に追加
IDE では、クラスパスは「ライブラリ」ノードで視覚的に表されます。 - NetBeans
To add the library's utility classes to the project classpath: 例文帳に追加
ライブラリのユーティリティークラスをプロジェクトのクラスパスに追加する - NetBeans
You should not use the Classpath settings to manage the compilation or runtime classpath of your project source folders. 例文帳に追加
「クラスパス」設定を使ってプロジェクトのソースフォルダのコンパイル用クラスパスや実行時クラスパスを管理しないでください。 - NetBeans
For details, see Managing a Project's Classpath. 例文帳に追加
詳細は、「プロジェクトのクラスパスの管理」を参照してください。 - NetBeans
The JAR file is added to the project's classpath. 例文帳に追加
選択した JAR ファイルがプロジェクトのクラスパスに追加されます。 - NetBeans
Note: This classpath is not used for compilation or execution - your Ant script handles the classpath for these tasks.例文帳に追加
注: このクラスパスは、コンパイルおよび実行時には使用されません。 これらのタスクのクラスパスは、Ant スクリプトで扱います。 - NetBeans
Note: The classpath is not used for compilation or execution, because your Ant script handles the classpath for these tasks.例文帳に追加
注: このクラスパスは、コンパイルおよび実行時には使用されません。 これらのタスクのクラスパスは、Ant スクリプトで扱います。 - NetBeans
Optionally, add JAR files to the project classpath. 例文帳に追加
必要に応じて、プロジェクトのクラスパスに JAR ファイルを追加します。 - NetBeans
You can declare the classpath for free-form projects using the Java Sources Classpath panel in the Project Properties dialog box. 例文帳に追加
自由形式プロジェクトのクラスパスは、「プロジェクトプロパティー」ダイアログの「Java ソースのクラスパス」パネルを使用して宣言できます。 - NetBeans
You do this because by default the IDE ignores your environment's CLASSPATH variable whenever it runs Ant. 例文帳に追加
この操作を実行するのは、IDE が Ant を実行する際に、デフォルトでは使用環境の CLASSPATH 変数を無視するためです。 - NetBeans
Add Javadoc documentation and source code to JAR files on the classpath. 例文帳に追加
クラスパス上の JAR ファイルに Javadoc マニュアルとソースコードを追加する。 - NetBeans
The MyLib project's JAR file is added to the MyApp project's classpath.例文帳に追加
MyLib プロジェクトの JAR ファイルが MyApp プロジェクトのクラスパスに追加されます。 - NetBeans
The runtime classpath of each standard project contains the project's compiled classes and everything in the project's compilation classpath. 例文帳に追加
標準プロジェクトの実行時クラスパスには、そのプロジェクトのコンパイル済みクラスと、プロジェクトのコンパイル時クラスパスのすべてが含まれます。 - NetBeans
Note that the MyLib project's JAR file is added to the MyApp project's classpath.例文帳に追加
MyLib プロジェクトの JAR ファイルが MyApp プロジェクトのクラスパスに追加されます。 - NetBeans
Declaring the classpath in the Project Properties dialog box does not change the actual compilation or runtime classpath of the source folders. 例文帳に追加
「プロジェクトプロパティー」ダイアログでクラスパスを宣言しても、ソースフォルダのコンパイルや実行時に使用されるクラスパスは変更されません。 - NetBeans
If you added a folder of classes or resources to the classpath(as opposed to a JAR file or project), none of the classpathelements are copied to the dist folder. If a library on the project's classpath also has a Class-Pathelement specified in its manifest, the content of the Class-Path element must be on the project's runtime path.例文帳に追加
また、アプリケーションの JAR ファイルの manifest.mf ファイルで Class-Path 要素に各 JAR ファイルが追加されます。 - NetBeans
Once the MyApp project has been created, you will add MyLib's classes to its classpath.例文帳に追加
MyApp プロジェクトを作成したら、そのクラスパスに MyLib のクラスを追加します。 - NetBeans
Repeat steps 1-2 to add JavaGames/Libraries/jcardshark-core.jar to the BlackJackUI project's classpath.例文帳に追加
手順 1 〜 2 を繰り返し、BlackJackUI プロジェクトのクラスパスに JavaGames/Libraries/jcardshark-core.jar を追加します。 - NetBeans
Then click Add JAR/Folder to addjcardshark-core.jar to the source folder's classpath. 例文帳に追加
「JAR/ フォルダを追加」をクリックし、ソースフォルダのクラスパスに jcardshark-core.jar を追加します。 - NetBeans
Repeat steps 1-2 to add JavaGames/Libraries/jcardshark-core.jar to the BlackJackLib project's classpath.例文帳に追加
手順 1 〜 2 を繰り返して、BlackJackLib プロジェクトのクラスパスに JavaGames/Libraries/jcardshark-core.jar を追加します。 - 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. |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|