| 例文 |
"Java class"を含む例文一覧と使い方
該当件数 : 83件
The framework consists of a Java class library that supports constructs for things such as the following:例文帳に追加
このフレームワークは、次の内容を実現する構造をサポートする Java クラスライブラリで構成されています。 - NetBeans
The IDE generates a HelloAxisWorld.java class in the axishello source package and a HelloAxisWorld Axis2 web service that mirrors this Java class. 例文帳に追加
IDE により、axishello ソースパッケージに HelloAxisWorld.java クラスが生成され、この Java クラスをミラーリングする HelloAxisWorld Axis2 Web サービスが生成されます。 - NetBeans
In the IDE, there are several ways to help you make sure that your Java class has all the necessary import statements: 例文帳に追加
IDE には、Java クラスに必要なインポート文がすべて存在することを確認する方法が複数あります。 - NetBeans
The three clients are a Java class in a Java SE application,a servlet, and a JSP page in a web application.例文帳に追加
このドキュメントで作成する 3 つのクライアントは別々のアプリケーションですが、同じ Web サービスを使用します。 - NetBeans
The CompilationUnit.java file serves as the sole template file for generating Java class, interface, and enumeration source files. 例文帳に追加
CompilationUnit.java ファイルは、Java クラス、インタフェース、および列挙の各ソースファイルを生成するための唯一のテンプレートとして機能します。 - NetBeans
Since there is no Javadoc information for most packages, the box displays a Cannot find Javadoc message until you reach a Java class.例文帳に追加
ほとんどのパッケージには javadoc がないため、javadoc が見つからないというメッセージが Java クラスに到達するまで表示されます。 - NetBeans
Description: While refactoring (removing, renaming, etc.) a Java class, the refactoring dialog displays the following error: Module Spring Beans threw java.lang.ClassCastException: org.netbeans.editor.ext.ExtSyntaxSupport. 例文帳に追加
説明: Java クラスのリファクタリング (削除、名前変更など) 中、リファクタリングのダイアログに次のエラーが表示されます。 Module Spring Beans threw java.lang.ClassCastException: org.netbeans.editor.ext.ExtSyntaxSupport。 - NetBeans
The following image will help you visualize the relationship differences between standard Java class code generation and EJB bean class generation. 例文帳に追加
次の画像は、標準 Java クラスのコード生成と EJB Bean クラス生成の間の関係の違いを視覚化するのに役立ちます。 - NetBeans
The J2ME Wireless Toolkit 2.2 emulator does not support multibyte characters in a Mobility project name or in a Java class that will become the name of a MIDlet or MIDlet suite.例文帳に追加
J2ME Wireless Toolkit 2.2 のエミュレータは、Mobility プロジェクト名や、MIDlet あるいは MIDlet スイート名になる Java クラス名で複数バイト文字をサポートしていない。 - NetBeans
Here,you create three clients a Java class in a Java SE application,a servlet, and a JSP page in a web application.例文帳に追加
ここでは、Java SE アプリケーションの Java クラス、Web アプリケーションのサーブレット、および Web アプリケーションの JSP ページという 3 つのクライアントを作成します。 - NetBeans
The Sun Java Wireless Toolkit 2.5.1 emulator does not support multibyte characters in a Mobility project name or in a Java class that will become the name of a MIDlet or MIDlet suite.例文帳に追加
Sun Java Wireless Toolkit 2.5.1 のエミュレータは、Mobility プロジェクト名や、MIDlet あるいは MIDlet スイート名になる Java クラス名で複数バイト文字をサポートしていない。 - NetBeans
Here,we create three clients a Java class in a Java SE application,a servlet, and a JSP page in a web application.例文帳に追加
ここでは、Java SE アプリケーションの Java クラス、Web アプリケーションのサーブレット、および Web アプリケーションの JSP ページという 3 つのクライアントを作成します。 - NetBeans
The byte code instruction is taken out of a Java class file (501).例文帳に追加
複数の方法でコンパイルできるプログラムに関連するバイトコード命令を取り出し、特定の方法(一般的には、デフォルトの方法)でコンパイルする。 - 特許庁
You can see that both the Java class and the Axis2 web service have a hello:String operation, shown in the Navigator tab and as a node of the Axis2 web service, respectively. 例文帳に追加
「ナビゲータ」タブと「Axis2 Web Services」ノードでそれぞれ示されているように、Java クラスと Axis2 Web サービスの両方に hello:String オペレーションがあることがわかります。 - NetBeans
For example, you cannot create a normal Java class file and then change it to extend JPanel and edit it in the GUI Builder. 例文帳に追加
たとえば、通常の Java クラスファイルを作成してから、JPanel を拡張するための変更を加え、GUI ビルダーで編集することはできません。 - NetBeans
The Add to Palette wizard appears, as shown below,displaying the mobile application that contains the Java class that you want to add to the palette:例文帳に追加
次に示すように「パレットに追加」ウィザードが開き、パレットに追加する Java クラスが含まれるモバイルアプリケーションが表示されます。 - NetBeans
Show Compile Status.If selected, displays the compile status badge on the node for a Java class file when that file needs to be compiled.例文帳に追加
選択した場合、Java クラスファイルをコンパイルする必要がある場合は、そのファイルのノードにコンパイル状態バッジが表示されます。 デフォルトエンコーディング。 - NetBeans
In the New Java Class wizard that displays, enter HelloService for Class Name, and type in service for Package Name to create a new package for the class.例文帳に追加
表示される「新規 Java クラス」ウィザードで、「クラス名」に「HelloService」と入力し、「パッケージ名」に「service」と入力してクラスの新規パッケージを作成します。 - NetBeans
The script in the CompilationUnit.java template file determines that this element is of type Class and links into the NormalClassDeclaration.java template to perform Java-Class specific code generation. 例文帳に追加
CompilationUnit.java テンプレートファイル内のスクリプトによって、この要素がクラス型であり、NormalClassDeclaration.java テンプレートにリンクされていることが判定され、Java クラス固有のコード生成が実行されます。 - NetBeans
If both templates are enabled when Generate Code action is invoked, you will obtain two files from one element, one being a Java class and the other being a C++ class. 例文帳に追加
コード生成アクションの実行時に、両方のテンプレートが有効化されている場合、1 つの要素から Java クラスと C++ クラスになる 2 つのファイルを生成できます。 - NetBeans
In this tutorial, you create a Java library project (because you do not need a main method), create an Axis2 web service in that project (creating the Java class at the same time) and deploy the Axis2 web service to a server. 例文帳に追加
このチュートリアルでは、Java ライブラリプロジェクトを作成し (メインメソッドが必要ないため)、そのプロジェクトで Axis2 Web サービスを作成し (同時に Java クラスを作成)、Axis2 Web サービスをサーバーに配備します。 - NetBeans
Inspect the members and hierarchy of any Java class in a convenient popup window that displays base classes, derived classes, and interfaces.Use filters to control the level of detail that is displayed.例文帳に追加
基本クラス、派生クラス、およびインタフェースを表示する便利なポップアップウィンドウで、任意の Java クラスのメンバーと階層を検査できます。 フィルタを使用して、表示する詳細レベルを制御できます。 - NetBeans
Some standard IDE projects (Java Application, Java Class Library, Web Application, Enterprise Application, and EJB Module) are created with only one source folder, you can add more. 例文帳に追加
いくつかの標準 IDE プロジェクト (Java アプリケーション、Java クラスライブラリ、Web アプリケーション、エンタープライズアプリケーション、および EJB モジュール) は、1 つだけのソースフォルダとともに作成さます。 あとから複数のソースフォルダを追加することができます。 - NetBeans
In the NetBeans IDE, you code Enterprise Java Beans (EJBs) just like any other Java class,assisted by code completion and editor hints.The IDE makes sure you implement the correct methods and keep the classes in sync with their interfaces.例文帳に追加
NetBeans IDE では、コード補完やエディタのヒントの機能を使用して、EJB (Enterprise Java Beans) をほかの Java クラスと同じようにコーディングできます。 IDE によって、適切なメソッドが実装されていること、クラスとインタフェースの同期が保たれていることが確認されます。 - NetBeans
This document takes you through the basics of using the IDE to develop a JAX-WS web service and to consume it in three different clientseither a Java class in a Java SE application, or a servlet or JSP page in a web application.例文帳に追加
このドキュメントでは、IDE を使用して JAX-WS Web サービスを開発し、Java SE アプリケーションの Java クラス、Web アプリケーションのサーブレット、または Web アプリケーションの JSP ページという、3 つの異なるクライアントで利用する基本的な手順を学ぶことができます。 - NetBeans
A second performance data collection program 17 performs the log output of the performance data of functions corresponding to the session ID and request ID acquired from the thread-specific variable region 31 according to a call from an application program (Java class 12).例文帳に追加
第2の性能データ収集プログラム17は、アプリケーションプログラム(Javaクラス12)からの呼び出しに応じて、スレッド固有変数領域31から取得したセッションID、リクエストIDに対応付けて関数の性能データをログ出力する。 - 特許庁
A Java source code check program according to the present invention extracts a programmer name from a tag part in which the programmer name of a Java class described in the Java source code is described, and totalizes the number of creation steps per a class for each programmer.例文帳に追加
本発明に係るJavaソースコードチェックプログラムは、Javaソースコード内に記述されているJavaクラスの作成者名を記述したタグ部分から作成者名を抽出し、作成者毎の1クラス当たりの作成ステップ数を集計する。 - 特許庁
When you create a Java class using the the New Project wizard, the NetBeans IDE uses code generation templates to generate source, substituting token variables with the proper information: author name, creation date, license, class name, constructor name, and other attributes. 例文帳に追加
「新規プロジェクト」ウィザードを使用して Java クラスを作成するとき、NetBeans IDE はコード生成テンプレートを使用してソースを生成しますが、その際にトークン変数を適切な情報 (作成者名、作成日、ライセンス、クラス名、コンストラクタ名、その他属性) に置き換えます。 - NetBeans
Using Java Persistence in your project greatly simplifies application development by removing the need for configuring deployment descriptors to provide object-relational mapping information for persistent fields or properties.Instead, you can use annotations to define these properties directly in a simple Java class.例文帳に追加
プロジェクトで Java Persistence を使用すると、持続フィールドまたはプロパティー向けのオブジェクトリレーショナルマッピング情報を提供する配備記述子の設定が不要になり、アプリケーション開発が大幅に簡素化されます。 代わりに、注釈を使用して、これらのプロパティーを簡単な Java クラス内で直接定義できます。 - NetBeans
Using Java Persistence in your project greatly simplifies application development by removing the need for configuringdeployment descriptors to provide object-relational mapping information for persistent fields or properties.Instead, you can use annotations to define these properties directly in a simple Java class. 例文帳に追加
プロジェクトで Java Persistence を使用すると、持続性フィールドまたはプロパティー向けのオブジェクトリレーショナルマッピング情報を提供する配備記述子の設定が不要になり、アプリケーション開発が大幅に簡素化されます。 代わりに、注釈を使用して、これらのプロパティーを簡単な Java クラス内で直接定義できます。 - NetBeans
This instruction execution method includes a step (a) for extracting a bytecode for a method constituting a Java class, a step (b) for converting the extracted bytecode into a second code including information about the position of an operation code handler performing an operation corresponding to an opcode in the bytecode and using a 16-bit memory element, and a step (c) for executing the second code.例文帳に追加
(a)ジャバクラスを構成するメソードのバイトコードを抽出するステップと、(b)抽出されたバイトコードを、バイトコード内の演算コードに対応する動作を行う演算コードハンドラの位置に関する情報を含み、かつ16ビットのメモリ要素を使用する第2コードに変換するステップと、(c)第2コードを行うステップとを含む。 - 特許庁
Therefore,you might find it beneficial to break your source structure down into multiple IDE projects with inter-project dependencies.If, for example, you have reusable components, applets, or tag libraries as part of your source structure,you might need to create individual Java Class Library projects and create dependencies between them and your Web projects.例文帳に追加
その場合、プロジェクト間の依存関係を使用して、ソース構造を複数の IDE プロジェクトに分割した方が良いことがあります。 たとえば、ソース構造に再利用可能なコンポーネントやアプレット、あるいはタグライブラリがある場合は、個々に Java クラスライブラリプロジェクトを作成し、それらプロジェクトと Web プロジェクト間の依存関係を作成します。 - 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会員(無料)になると
|