1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

java javaの部分一致の例文一覧と使い方

該当件数 : 2504



例文

The script overrides the -post-compile target, which the IDE calls after it compiles the Java sources. 例文帳に追加

スクリプトによって、Java ソースをコンパイルしたあとに IDE が呼び出す -post-compile ターゲットがオーバーライドされます。 - NetBeans

In the Projects window, double-click the Application Bean node to open ApplicationBean1.java in the editing area. 例文帳に追加

「プロジェクト」ウィンドウで、「アプリケーション Bean」ノードをダブルクリックし、編集領域で ApplicationBean1.java を開きます。 - NetBeans

In the Outline window, right-click ApplicationBean1 and choose Edit Java Source from the pop-up window. 例文帳に追加

「アウトライン」ウィンドウで「ApplicationBean1」を右クリックして、ポップアップウィンドウから「Java ソースを編集」を選択します。 - NetBeans

In the Outline window, right-click SessionBean1 and choose Edit Java Source from the pop-up menu. 例文帳に追加

「アウトライン」ウィンドウで「SessionBean1」を右クリックして、ポップアップメニューから「Java ソースを編集」を選択します。 - NetBeans

例文

Use the Sun Java System Access Manager support to build secure,identity-enabled web services. 例文帳に追加

Sun Java System Access Manager のサポートを使用して、セキュリティーに優れたアイデンティティー対応の Web サービスを構築できます。 - NetBeans


例文

Sun Java System Application Server 9.0(if not bundled with your NetBeans IDE installation,download and install it separately). 例文帳に追加

Sun Java System Application Server 9.0 (NetBeans IDE インストール環境にバンドルされていない場合は ダウンロード 後に別途インストール) - NetBeans

The NetBeans UML feature provides the Gang of Four (GoF) and Enterprise Java Beans (EJB) design patterns ready for use.例文帳に追加

NetBeans の UML 機能には、すぐに使用できる Gang of Four (GoF) および Enterprise Java Beans (EJB) デザインパターンが用意されています。 - NetBeans

If a green arrow badge does not appear, go to To start the Sun Java System Application Server. 例文帳に追加

緑色の矢印のバッジが表示されない場合は、Sun Java System Application Server の起動に進んでください。 - NetBeans

REMOTE SYSTEM FOR JAVA APPLICATION GUI例文帳に追加

JavaアプリケーションGUI遠隔化方式 - 特許庁

例文

To makeplatform independence possible the Java compiler compiles the Java code to an intermediate representation called "Java bytecode" that runs on a JRE (JavaRuntime Environment) and not directly on the operating system.例文帳に追加

一回のコンパイルで様々なプラットフォームで実行できる能力は、プログラムが実行される時にJavaのバイトコードをネイティブコードにコンパイルするjust-in-timeコンパイラ(JIT)を使用することによってもたらされます。 - Gentoo Linux

例文

Once you've configured default Java code templates to generate Java code from your UML projects, you can use custom templates to generate source files for application artifacts, such as a typical stateless session EJB. 例文帳に追加

UML プロジェクトから Java コードを生成する、デフォルトの Java コードテンプレートを構成したら、カスタムテンプレートを使用して、標準的なステートレスセッション EJB などのアプリケーションアーティファクトのためのソースファイルを生成できます。 - NetBeans

Once you have properly created the templates in NetBeans and configured the proper domain template, you can create a UML model project that will take advantage of the new template to generate Enterprise Java Bean code for the Enterprise Java Bean. 例文帳に追加

テンプレートを NetBeans に適切に作成し、適切なドメインテンプレートを構成したら、エンタープライズ Java Bean 用の エンタープライズ Java Bean コードを生成する新しいテンプレートを利用する、UML モデルプロジェクトを作成できます。 - NetBeans

Entity classes are a special type of class that enable you to interact with databases through Java code.Entity classes use Java annotations to map class fields to database columns.例文帳に追加

エンティティークラスは、Java コードを使用したデータベースとの対話を可能にする特殊な種類のクラスです。 エンティティークラスは Java の注釈を使用して、クラスのフィールドをデータベースの列にマッピングします。 - NetBeans

Sun Application Server 9 Platform Edition requires IDE restart. 例文帳に追加

Sun Java System Application Server 9 Platform Edition には IDE の再起動が必要になる。 - NetBeans

Select Sun Java System Application Server for the Server, J2EE 1.4 for the Java EE Version,and ensure that the check boxes for Set Source Level to 1.4 and Set as Main Project are selected.Then click Next.例文帳に追加

「サーバー」に Sun Java System Application Server を選択し、「Java EE バージョン」に J2EE 1.4 を選択して、「ソースレベルを 1.4 に設定」と「主プロジェクトとして設定」の各チェックボックスが選択されていることを確認します。 「次へ」をクリックします。 - NetBeans

Confirm that the Sun Java System Application Server is running by expanding the Servers node in the Runtime of the IDE.A small green arrow next to the Sun Java System Application Server node indicates the server is running. 例文帳に追加

IDE の「実行時」ウィンドウにある「サーバー」ノードを展開して、Sun Java System Application Server が実行中であることを確認します。 「Sun Java System Application Server」ノードの横に小さな緑の矢印が表示されていれば、サーバーは実行中です。 - NetBeans

To see how you can use the Java Desktop Application project template to build a database application with a Master/Detail view, see Building a Java Desktop Database Application.例文帳に追加

「Java デスクトップアプリケーション」プロジェクトテンプレートを使用してマスター/詳細ビューを備えたデータベースアプリケーションを構築する方法については、Java デスクトップデータベースアプリケーションの構築を参照してください。 - NetBeans

To see how you can use the Java Desktop Application project template tobuild a database application with a Master/Detail view, see Building a Java Desktop Database Application. 例文帳に追加

「Java デスクトップアプリケーション」プロジェクトテンプレートを使用してマスター/詳細ビューを備えたデータベースアプリケーションを構築する方法については、「Java デスクトップデータベースアプリケーションの構築」を参照してください。 - NetBeans

Entity classes are a special type of classthat enable you to interact with databases through Java code.Entity classes use Java annotations to map class fields to database columns. 例文帳に追加

エンティティークラスは、Java コードを使用したデータベースとの対話を可能にする特殊な種類のクラスです。 エンティティークラスでは Java の注釈を使用して、クラスのフィールドがデータベースの列にマッピングされます。 - NetBeans

If you want to use the Sun Java System Application Serverinstead, or if you want to use a socket connection, place a comment symbol (#) in front of the Tomcat properties and remove those for the applicable connection using the Sun Java SystemApplication Server.例文帳に追加

Sun Java System Application Server を使用するか、ソケット接続を使用する場合は、Tomcat 関係のプロパティーの前にコメント記号 (#) を付けて、Sun Java System Application Sever を使用する、該当する接続のコメント記号を削除します。 - NetBeans

The NetBeans IDE provides Java developers with all the tools they need to create professional Java SE applications. The NetBeans IDE supports development with JDK 1.1, JDK 1.2, JDK 1.3, JDK 1.4, JDK 5.0, and JDK 6.例文帳に追加

NetBeans IDE には、Java 開発者が本格的な Java SE アプリケーションを作成するために必要なツールがすべて用意されています。 NetBeans IDE は、JDK 1.1、JDK 1.2、JDK 1.3、JDK 1.4、JDK 5.0、および JDK 6 を使用した開発をサポートしています。 - NetBeans

NetBeans Tutorial:TestingJava ME Code in the Mobility Pack with JMUnit 例文帳に追加

NetBeans チュートリアル: JMUnit を含む Mobility Pack での Java ME Code のテスト (英語) - NetBeans

There are also the Ryukyu Islands theory and the Java theory. 例文帳に追加

他に琉球説、ジャワ島説などもある。 - Wikipedia日英京都関連文書対訳コーパス

I've been to Java four times.例文帳に追加

私はこれまでジャワに4度行ったことがある - Eゲイト英和辞典

If you installed a version of the IDE that includes the GlassFish application server,the IDE is configured to access the Java DB database that is provided with GlassFish.You can use the following steps to add a Java DB database from the IDE. 例文帳に追加

GlassFish アプリケーションサーバーを含むバージョンの IDE をインストールした場合、GlassFish に付属の Java DB データベースにアクセスするよう、IDE が設定されています。 次の手順に従うと、IDE から Java DB データベースを追加できます。 - NetBeans

Issue #87841: If a nested class is removed from a Java project and the Java project is reverse-engineered into the same UML project as before, the nested class that was removed still appear in the UML model in the Diagram editor. 例文帳に追加

課題 No. 87841: Java プロジェクトから入れ子クラスを削除し、その Java プロジェクトを以前と同じ UML プロジェクトにリバースエンジニアリングすると、削除した入れ子クラスが図エディタ内の UML モデルにまた表示されます。 - NetBeans

Double-click RequestBean1 in the Outline window to open the RequestBean1.java file.Right-click in the Java Editor and choose Fix Imports from the pop-up menu to resolve the HashMap not found error. 例文帳に追加

「アウトライン」ウィンドウで「RequestBean1」ノードをダブルクリックし、RequestBean1.java ファイルを開きます。 HashMap が検出できないエラーを解決するには、Java エディタ内を右クリックし、ポップアップメニューから「インポートを修正」を選択します。 - NetBeans

When you create a Visual Web Application project and you have specified Sun Java System Application Server PE 9.0 Update 1 or later as an application server in NetBeans, the IDE can create a web application based on Java EE 5 that uses JavaServer Faces 1.2 components. 例文帳に追加

NetBeans で、アプリケーションサーバーとして Sun Java System Application Server PE 9.0 Update 1 以降を指定して Visual Web アプリケーションプロジェクトを作成する場合、IDE は JavaServer Faces 1.2 のコンポーネントを使用する Java EE 5 に基づいた Web アプリケーションを作成できます。 - NetBeans

To reduce the data quantity of a Java program.例文帳に追加

Javaプログラムのデータ量を削減する。 - 特許庁

MANUFACTURING METHOD FOR JAVA (R) PROGRAM, REDUNDANCY REDUCING METHOD FOR THE JAVA PROGRAM, REDUNDANCY REDUCING DEVICE FOR THE JAVA PROGRAM, REDUNDANCY REDUCING PROGRAM FOR THE JAVA PROGRAM, PROGRAM STORAGE MEDIUM, AND THE JAVA PROGRAM例文帳に追加

Java(登録商標)プログラムの製造方法、Javaプログラムの冗長度削減方法、Javaプログラムの冗長度削減装置、Javaプログラムの冗長度削減用プログラム、プログラム記憶媒体、Javaプログラム - 特許庁

The NetBeans IDE directly supports Groovy, a dynamic scripting language for the Java Platform,and Grails, a web application framework that leverages the Groovy language.Use it to develop 100% pure Groovy applications, or mix Groovy with Java and take advantage of Groovy's dynamic nature in your Java projects.例文帳に追加

NetBeans IDE は、Java プラットフォームの動的スクリプト作成言語である Groovy と、Groovy 言語を活用する Web アプリケーションフレームワークである Grails を直接サポートしています。 これを使用して、100% 純粋な Groovy アプリケーションを開発したり、Groovy と Java を組み合わせて Java プロジェクト内で Groovy の動的な性質を利用したりできます。 - NetBeans

An index table, an operation mode object, and a Java (R) application are recorded in a BD-ROM.例文帳に追加

BD-ROMには、インデックステーブルと、動作モードオブジェクトと、Java(登録商標)アプリケーションとが記録されている。 - 特許庁

Running the command java-config --list-available-vms will give you a list of all JREs and JDKs installed on your system.例文帳に追加

java-config--list-available-vmsを実行することによりシステムで使用可能なJREとJDKのリスト得ることができます。 - Gentoo Linux

Write, test and debug service-oriented architecture (SOA) applications using XML, BPEL, and Java web services. 例文帳に追加

XML、BPEL、および Java Web サービスを使用して、サービス指向アーキテクチャー (SOA) アプリケーションを作成、テスト、およびデバッグできます。 - NetBeans

The Web and Java EE installation enables you to optionally install the GlassFish V3application server and the Apache Tomcat servlet container 6.0.x. 例文帳に追加

Web および Java EE インストール版では、GlassFish V3 アプリケーションサーバーと Apache Tomcat サーブレットコンテナ 6.0.x を任意でインストールできます。 - NetBeans

If you modify your model, you can re-generate the Java source code using the UML's Generate Code feature. 例文帳に追加

モデルを変更した場合は、UML のコード生成機能を使用して Java ソースコードを再生成できます。 - NetBeans

The templates for generating Java code are designed for maximum code reuse. 例文帳に追加

Java コードを生成するためのテンプレートは、コードを最大限に再利用する様に設計されています。 - NetBeans

There are three output parameters, Bean, Local and Remote, each with an extension of .java 例文帳に追加

出力パラメータには、Bean、Local、および Remote の 3 種類があり、それぞれに .java の拡張子が付けられています。 - NetBeans

Right-click the Text Field component and choose Edit Event Handler > validate.This opens the Java Editor. 例文帳に追加

「テキストフィールド」コンポーネントを右クリックし、「イベントハンドラを編集」「validate」を選択します。 Java エディタが開きます。 - NetBeans

Note: You can also start Java DB from inside the IDE,but the server will be stopped when you exit the IDE. 例文帳に追加

注: IDE の内部から Java DB を起動することもできますが、IDE を終了するとサーバーは停止します。 - NetBeans

Choose File New Project (Ctrl-Shift-N).Select Web Application from the Java Web category and click Next. 例文帳に追加

「ファイル」「新規プロジェクト」(Ctrl-Shift-N) を選択します。 「Java Web」カテゴリから「Web アプリケーション」を選択し、「次へ」をクリックします。 - NetBeans

For more about relationship fields not being generated when using Java DB,see issue 148836. 例文帳に追加

Java DB の使用時に関係フィールドが生成されない問題については、課題 148836 を参照してください。 - NetBeans

Expand the hibernatetravelapp source package in the Projects window and double-click SessionBean1.java to open the file in the editor. 例文帳に追加

「hibernatetravelapp」ソースパッケージを「プロジェクト」ウィンドウで展開し、「SessionBean1.java」をダブルクリックしてこのファイルをエディタで開きます。 - NetBeans

Double-click the Source Packages gettingstarted SessionBean1 node in the Projects window to open the Java source code for the session bean. 例文帳に追加

「プロジェクト」ウィンドウで「ソースパッケージ」「gettingstarted」「SessionBean1」ノードをダブルクリックして、セッション Bean の Java ソースコードを表示します。 - NetBeans

First create a new Java class library to contain the utility classes that you will need later.例文帳に追加

最初に、あとで必要になるユーティリティークラスを収納する Java クラスライブラリを新規作成します。 - NetBeans

For information about the Java ME, CDC development features supported by the Mobility Pack for CDC, see the following documents:例文帳に追加

Mobility Pack for CDC でサポートされている Java ME, CDC 開発機能については、次のドキュメントを参照してください。 - NetBeans

In the Navigator window, double-click the prerender method to open it in the Java editor, and then add the following code shown in bold. 例文帳に追加

「ナビゲータ」ウィンドウで、prerender メソッドをダブルクリックして Java エディタで開き、次の太字のコードを追加します。 - NetBeans

Servlets are Java classes that execute within a servlet container, which is typically running within a web server.例文帳に追加

サーブレットとは、通常 Web サーバー内で実行中のサーブレットコンテナ内で実行される Java クラスです。 - NetBeans

In the Add Server Instance wizard, select Sun Java System Application Server from the Serverdrop-down list, and click Next. 例文帳に追加

「サーバーインスタンスを追加」ウィザードで「サーバー」ドロップダウンリストから「Sun Java System Application Server」を選択し、「次へ」をクリックします。 - NetBeans

例文

In VWP 5.5, 5.1 as well as Java Studio Creator, projects had three faces configuration files each for separate purposes: 例文帳に追加

Java Studio Creator と同様に、VWP 5.5 と 5.1 のプロジェクトには、個別の目的のための faces 構成ファイルが 3 つあります。 - NetBeans




  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
Eゲイト英和辞典
Copyright © Benesse Holdings, Inc. All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
© 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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS