1153万例文収録!

「classpath」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > classpathに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

classpathを含む例文一覧と使い方

該当件数 : 163



例文

The classpath settings in the Classpath page of the Project Properties dialog box only tell the IDE which classes to make available for code completion and refactoring. 例文帳に追加

「プロジェクトプロパティー」ダイアログの「クラスパス」ページのクラスパスの設定は、コード補完およびリファクタリングに使用できるクラスを IDE に伝えるだけです。 - NetBeans

The classpath variable you set in the Project Properties dialog box does not affect the actual classpath of the project, which is specified in the Ant script. 例文帳に追加

「プロジェクトプロパティー」ダイアログに設定したクラスパス変数は、Ant スクリプトに指定されているプロジェクトの実際のクラスパスには影響を与えません。 - NetBeans

Providing an explicit classpath to the tasks in your build script. 例文帳に追加

構築スクリプト内で、タスクに対して明示的なクラスパスを指定する。 - NetBeans

Note:When you modify the Ant classpath in the Options window, when you run Ant in the IDE the task is on Ant's classpath for all projects. 例文帳に追加

注: 「オプション」ウィンドウで、Ant クラスパスを変更した場合、IDE で Ant を実行すると、すべてのプロジェクトで、そのタスクが Ant のクラスパス上に置かれます。 - NetBeans

例文

The classpath settings in the Classpath page of the ProjectProperties dialog box only tell the IDE which classes to make available for code completion and refactoring.例文帳に追加

「プロジェクトプロパティ」ダイアログボックスの「クラスパス」ページのクラスパスの設定は、コード補完およびリファクタリングに使用できるクラスを IDE に伝えるだけです。 - NetBeans


例文

Additionally, you can manuallyinclude a library in a project's classpath. 例文帳に追加

また、プロジェクトのクラスパスに手動でライブラリを含めることもできます。 - NetBeans

First, you will want to list available Java libraries installed on your system that might want to be put in your CLASSPATH.例文帳に追加

MozillaライクなブラウザでJavaアプレットを閲覧するにはこれが必要です。 - Gentoo Linux

Go to Ant Settings in the Options window and add any additional directories or libraries to Ant's classpath using the Additional Classpath property.例文帳に追加

「オプション」ウィンドウから「構築」「Ant 設定」を選択して「追加のクラスパス」プロパティを使用すると、任意のディレクトリやライブラリを Ant のクラスパスに追加できます。 - NetBeans

The IDE adds component library jar files to the project's classpath.例文帳に追加

IDE によって、プロジェクトのクラスパスに、コンポーネントライブラリの JAR ファイルが追加されます。 - NetBeans

例文

For more, see Managing the Classpath in Free-form Projects. 例文帳に追加

詳細は、「自由形式プロジェクトのクラスパスの管理」を参照してください。 - NetBeans

例文

Also note that framework libraries are added to the new project's classpath.例文帳に追加

また、新規プロジェクトのクラスパスにはフレームワークライブラリが追加されています。 - NetBeans

The project classpath is controlled by the libraries you add to the project. 例文帳に追加

プロジェクトのクラスパスは、プロジェクトに追加するライブラリによって制御します。 - NetBeans

In order to do this, however, you have to add the Jalopy JAR file to Ant's classpath. 例文帳に追加

このためには、Jalopy JAR ファイルを Ant のクラスパスに追加する必要があります。 - NetBeans

If the classpath in the Eclipse has changed since you initially imported it, you can use the Resynchronize Eclipse Projects feature to update the classpath in the corresponding NetBeans project.例文帳に追加

Eclipse のクラスパスが最初にインポートされてから変更されている場合は、Eclipse プロジェクトを再同期機能を使用して、対応する NetBeans プロジェクトのクラスパスを更新できます。 - NetBeans

Select BlackJackUI and add both BlackJackLib and jcardshark-core.jar to the source folder's classpath.例文帳に追加

「BlackJackUI」を選択して、ソースフォルダのクラスパスに「BlackJackLib」および jcardshark-core.jar の両方を追加します。 - NetBeans

A required project is a project that has been added to another project's classpath.例文帳に追加

必須プロジェクトとは、別のプロジェクトのクラスパスに追加されているプロジェクトです。 - NetBeans

If you want to add a free-form project to the classpath of a standard project, you have to add the free-form project's JAR file to the standard project's classpath. 例文帳に追加

標準プロジェクトのクラスパスに自由形式プロジェクトを追加する場合は、そのプロジェクトの JAR ファイルを標準プロジェクトのクラスパスに追加する必要があります。 - NetBeans

Specifies that no JAR files will be added to the application's classpath by the wizard.例文帳に追加

ウィザードで JAR ファイルをアプリケーションのクラスパスに追加しないことを指定します。 - NetBeans

Once we have these JAR files on the classpath, we can use them in our NetBeans Platform application.例文帳に追加

これらの JAR ファイルをクラスパスに配置したら、NetBeans Platform アプリケーションで使用できます。 - NetBeans

Each standard project has one classpath per project, but you can configure different versions of the classpath for testing, running,and debugging.The classpath for free-form projects is controlled by the Ant script and can therefore be complex.例文帳に追加

標準プロジェクトの場合は、プロジェクト 1 つにクラスパス 1 つですが、テスト、実行、デバッグのそれぞれに異なるバージョンのクラスパスを設定することができます。 自由形式のプロジェクトのクラスパスは、Ant スクリプトで制御するため複雑になることがあります。 - NetBeans

In the next section we'll take a closer look at how to configure the runtime classpath 例文帳に追加

次の項では、実行時クラスパスの設定方法について詳しく説明します。 - NetBeans

Select the project directory of the project whose JAR files you want to add to the classpath.例文帳に追加

クラスパスに追加する JAR ファイルがあるプロジェクトのプロジェクトディレクトリを選択します。 - NetBeans

You can edit the classpath declarations for an existing project in the Project Properties dialog box. 例文帳に追加

既存のプロジェクトのクラスパス宣言は、「プロジェクトプロパティー」ダイアログで編集できます。 - NetBeans

You can add custom tasks to Ant's classpath within the IDE by doing either of the following: 例文帳に追加

IDE で Ant のクラスパスにカスタムタスクを追加するには、次のいずれかを実行します。 - NetBeans

On the Java Sources Classpath page of the wizard, select /BlackJackLib/srcin the Source Package Folder combo box. 例文帳に追加

ウィザードの「Java ソースのクラスパス」ページの「ソースパッケージフォルダ」コンボボックスから /BlackJackLib/src を選択します。 - NetBeans

Select BlackJackLib and click Add JAR/Folder to add jcardshark-core.jar to the source folder's classpath.例文帳に追加

「BlackJackLib」を選択して「JAR/ フォルダを追加」をクリックし、ソースフォルダのクラスパスに jcardshark-core.jar を追加します。 - NetBeans

Also note that the wizard has put the JAXB libraries on the application's classpath for JDK 5.例文帳に追加

また、ウィザードによって、アプリケーションの JDK 5 用クラスパスに JAXB ライブラリが追加されています。 - NetBeans

If you have any custom tasks, you also need to add these tasks to Ant's classpath. 例文帳に追加

カスタムタスクがある場合は、それらのタスクも Ant のクラスパスに追加する必要があります。 - NetBeans

Since MyApp is going to depend on a class in MyLib, you have to add MyLib to the classpath of MyApp.例文帳に追加

MyApp は MyLib 内のクラスに依存するので、MyLib を MyApp のクラスパスに追加する必要があります。 - NetBeans

After you create the projects, you will add the library project to the classpath of the application project.例文帳に追加

プロジェクトを作成したあと、アプリケーションプロジェクトのクラスパスにライブラリプロジェクトを追加します。 - NetBeans

Note:You should only add items to the Ant classpath that are needed to run custom tasks. 例文帳に追加

注: カスタムタスクの実行に必要な Ant クラスパスにのみ項目を追加する必要があります。 - NetBeans

In free-form projects, your Ant script handles the classpath for all of your source folders. 例文帳に追加

自由形式プロジェクトの場合は、Ant スクリプトで、すべてのソースフォルダのクラスパスを管理します。 - NetBeans

Next we'll add both the extra library and the BlackJackLib project itself to our BlackJackUI project's classpath.例文帳に追加

BlackJackUI プロジェクトのクラスパスにこの追加のライブラリと BlackJackLib プロジェクトそのものの両方を追加します。 - NetBeans

You declare the classpath in the New Project wizard when you set up your free-form project. 例文帳に追加

自由形式プロジェクトを設定する場合、「新規プロジェクト」ウィザードでクラスパスを宣言します。 - NetBeans

For more, see Managing the Classpath in Free-form Projects below. 例文帳に追加

詳細は、あとに説明する「自由形式プロジェクトのクラスパスの管理」を参照してください。 - NetBeans

If you change the classpath of one, you must change the class path of the other 例文帳に追加

一方のクラスパスを変更した場合は、もう一方のクラスパスも変更する必要があります。 - NetBeans

To use these tasks, include the long form of taskdef, which includes a classpath. 例文帳に追加

これらのタスクを使用するには、クラスパスが含まれている長い形式の taskdef を組み込みます。 - NetBeans

However, your web application in addition has all of the Struts libraries on its classpath.例文帳に追加

ただし、使用する Web アプリケーションには、そのクラスパス上にすべての Struts ライブラリがさらに含まれます。 - NetBeans

The classpath is made up of everything mounted in the Filesystems window of the Explorer.例文帳に追加

このクラスパスは、エクスプローラの「ファイルシステム」ウィンドウにマウントされているすべてで構成されます。 - NetBeans

However, the project classpath variable must match the classpath used by your Ant script in order to provide the correct information for code completion, error highlighting, and refactoring commands. 例文帳に追加

ただし、コード補完、エラーの強調表示、リファクタリングコマンド用に正しい情報を提供するために、プロジェクトクラスパス変数は、Ant スクリプトで使用するクラスパスに一致している必要があります。 - NetBeans

Now any JAR item on the project classpath can be associated with its Javadoc and sources too. 例文帳に追加

プロジェクトクラスパス上の任意の JAR 項目を、Javadoc とソースにも関連付けることができるようになりました。 - NetBeans

Click Open Project Folder to open the project in the IDE.The IDE scans the project classpath. 例文帳に追加

「プロジェクトフォルダを開く」をクリックして IDE でプロジェクトを開きます。 プロジェクトのクラスパスがスキャンされます。 - NetBeans

The IDE uses the classes on your compilation classpath to provide suggestions for code completion and other features. 例文帳に追加

IDE は、コンパイル時クラスパス上のクラスを使用し、コード補完やその他機能で提案を行います。 - NetBeans

To make project sources available to Ant, you need to specify the classpath for the project sources. 例文帳に追加

Ant でプロジェクトソースを使用できるようにするには、プロジェクトソースのクラスパスを指定する必要があります。 - NetBeans

For your Ant script to use customs tasks, you must include the tasks in the Ant script's classpath. 例文帳に追加

Ant スクリプトでカスタムタスクを使用するには、Ant スクリプトのクラスパスにそのタスクを含める必要があります。 - NetBeans

You can then change the classpath setting throughout your script by simply changing the value of the specified property. 例文帳に追加

指定したプロパティーの値を変更するだけで、スクリプト全体のクラスパス設定を変更できます。 - NetBeans

Note: For free-form projects, just add the output JAR files of the project to the classpath.例文帳に追加

注: 自由形式のプロジェクトの場合は、単にプロジェクトの出力 JAR ファイルをクラスパスに追加します。 - NetBeans

If you cannot declare a classpath in your build script, or you are using third-party build scripts which you cannot alter, you can add tasks to Ant's classpath in the IDE in the Options window. 例文帳に追加

自分の構築スクリプト内ではクラスパスを宣言できない場合、または、変更ができない他社製の構築スクリプトを使用している場合は、IDE の「オプション」ウィンドウで、Ant のクラスパスにタスクを追加できます。 - NetBeans

Note: When launching the IDE for the first time, the IDE needs to scan your system classpath after creating the initial new project.例文帳に追加

注: 初めての起動で新しいプロジェクトを初めて作成すると、IDE がシステムのクラスパスをスキャンします。 - NetBeans

例文

Otherwise,you must obtain a JDBC 3.0 driver for your database server and add the driver to the JRuby classpath.例文帳に追加

それ以外の場合は、データベースサーバー用の JDBC 3.0 ドライバを入手し、JRuby のクラスパスに追加する必要があります。 - 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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS