A JAVA in Japanese translation

[ə 'dʒɑːvə]
[ə 'dʒɑːvə]
java

Examples of using A java in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
If-c(--container) option is specified, a Java regular expression can be specified in the container name.
C(--container)オプションを指定した場合、コンテナ名にJavaの正規表現を指定することができます。
In order to write Java programs, you will, of course, need a Java development environment.
当然のことながら、Javaプログラミングを始めるには、Javaの開発環境が必要になる。
The AWT is part of the Java Foundation Classes(JFC), which is the standard API for providing a graphical user interface for a Java program.
AWTはJavaFoundationClasses(JFC)の一部で、JavaによるGUIプログラムの標準的にAPIです。
If the JAR file type is associated with a JRE, the icon that represents that file should include a Java logo.
JARファイル・タイプがJREに関連付けられている場合は、そのファイルを表すアイコンにJavaのロゴが含まれているはずです。
Object-oriented: most things in a Java program are class instances, i.e. bundles of state(fields) and behavior(methods which operate on data and form the object's interface to the outside world).
オブジェクト指向:Javaプログラムの大部分は、クラスインスタンス、つまり状態(フィールド)と振る舞い(データを操作し、オブジェクトのインタフェースを外部世界に形成するメソッド)です。
A Java virtual machine implementation that converts class files into C source files using the Soot Java bytecode analysis framework, compiles them with GCC, and loads them using a built-in ELF object file loader.
すすのJavaバイトコード分析フレームワークを使用してCソースファイルにクラスファイルを変換し、Java仮想マシンの実装は、GCCでコンパイルして、ロードし内蔵ELFオブジェクトファイルローダーを使用して。
When a Java function is called from within an XPath/XQuery expression, the datatype of the function's arguments is important in determining which of multiple Java classes having the same name is called.
XPath/XQuery条件式内部からJava関数が呼び出された場合、複数ある同名のJavaクラスのうち、どのクラスが呼び出されたのか決定するのに、関数へ渡される引数のデータ型が重要になります。
The post-processing module 140 determines which captured data satisfies predefined rules, e.g., business rules, and records this data in a file 180, such as a Java Archive(JAR) file.
ポスト処理プロセッサ140は、どのキャプチャデータが例えばビジネスルールなどの予め定義されたルールを満足するか判断し、このデータをJavaArchive(JAR)ファイルなどのファイル180に記録する。
If you can not run a Java class or JAR file on your system without pointing to the location of the JDK or JRE on your system, you might need to modify the value of your system's PATH variable.
システム上のJDKまたはJREの場所を指し示さないとシステム上でJavaクラスまたはJARファイルを実行できない場合は、システムのPATH変数の値の変更が必要である可能性があります。
Tutorial- Creating a Java KAST checker|
チュートリアル-JavaKASTチェッカーの作成|
At this stage, you have created a Java web project in the IDE, and have confirmed that it can be successfully built and deployed to your development server, and opened in a browser when run.
この段階で、IDEでのJavaWebプロジェクトの作成を完了し、それを問題なくビルドして開発サーバーにデプロイし、実行時にブラウザで開くことができることを確認しました。
If the result of a Java constructor call cannot be converted to a suitable XPath/XQuery datatype, then the constructor creates a wrapped Java object with a type that is the name of the class returning that Java object.
Javaコンストラクターの呼び出し結果がXPath/XQueryデータ型へ変換できない場合、値を返すクラス名でラップしたJavaオブジェクトがコンストラクターにより作成されます。
Developing a Java Management Extensions(JMX) Manager and Connecting to a Remote JMX Agent To install the JMX and JConsole plugins, choose Tools< Plugins and download the module from the NetBeans Update Center.
JavaManagementExtensions(JMX)マネージャの開発およびリモートJMXエージェントへの接続JMXおよびJConsoleのプラグインをインストールするには、「ツール」<「プラグイン」を選択し、NetBeansアップデート・センターからモジュールをダウンロードします。
When Adobe ColdFusion Enterprise(2018 release) is installed in the Java EE configuration on top of a Java application server, it uses the server's Java EE infrastructure to execute ColdFusion applications as pure Java bytecode.
AdobeColdFusion(2018リリース)のエンタープライズ版をJavaEE設定でJavaアプリケーションサーバー上にインストールした場合、サーバーのJavaEEインフラストラクチャを使用して、ColdFusionアプリケーションを純粋なJavaバイトコードとして実行します。
In some cases, the enterprise application project will contain deployment descriptor files with additional information, but deployment descriptor files are not required when you create a Java EE enterprise application that is deployed to GlassFish Server.
場合によっては、エンタープライズ・アプリケーション・プロジェクトに追加情報を含むデプロイメント・ディスクリプタ・ファイルが含まれることがありますが、GlassFishServerにデプロイされるJavaEEエンタープライズ・アプリケーションを作成するときは、デプロイメント・ディスクリプタ・ファイルは必要ありません。
The ABBYY FineReader Engine for Linux provides C/C++ native API and a Java wrapper, therefore applications need to be written in C/C++ or Java..
Linux向けABBYYFineReaderEngineではC/C++のネイティブAPIおよびJavaのラッパーを提供しているため、アプリケーションはC/C++またはJavaを使って書く必要があります。
EmEditor FAQ: When I write a Java class with EmEditor and compile it I get an error that states that there are three invalid characters at the beginning of my class.
EmEditorFAQ:EmEditorでJavaのクラスを書き、コンパイルすると、「classの前に3つの無効な文字があります」というエラーが発生します。
For example, the following condition uses a Java regular expression to recognize calls made to the/apps resource with or without a trailing forward slash(/apps or/apps/**).
例えば、次の条件ではJavaの正規表現を使用して、末尾のスラッシュの有無を問わず(/appsまたは/apps/**)、/appsリソースに対して行われた呼び出しを認識します。
They decided that Sciforma 7.0 PPM should also be used by the project management office, the IT department(which wanted a web solution without a java component), and project teams across all the design sites.
そこでSciforma7.0PPMをPMO、(Javaを使用しないWebソリューションを探していた)IT部門、すべての事業所の設計部門のプロジェクトチームで使用することを決定しました。
In case you already have a Java version installed- or you closely followed the steps below, you can check your Java version by typing the following command into your command line interface.
すでにJavaが導入済みの場合や,下記のステップに正しく従った場合には,コマンドライン・インタフェースに。
Results: 576, Time: 0.0537

Word-for-word translation

Top dictionary queries

English - Japanese