MATLAB BUILDER JA 2 Podręcznik Użytkownika Strona 35

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 292
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 34
2
Concepts
A component created by MATLAB Builder for Java is a stand-alone Java
package (
.jar file). ThepackagecontainsoneormoreJavaclassesthat
encapsulateM-code. Theclassesprovide methods that are callable directly
from Java code.
To us e MATLAB Builder for Java you create a project, which specifies the
M-code to be used in the components that you want to create. Java Builder
supports data conversion between Java types and M ATLAB types.
Note When you use Java Builder to create classes, you m us t create those
classes on the same operating system to which you are deploying them for
development (or for use by end users running an application). For example,
if your goal is to deploy an application to end users to run on Windows, you
must create the Java classes with Java Builder running on Windows.
The reason for this limitation is that although the
.jar file itself might be
platform-independent, the
.jar file is depende nt on the .ctf file, which is not
platform-independent.
For more information about these concepts and about how the product works,
see the following topics:
What Is a Project? (p. 2-3)
How MATLAB Builder for Java uses
the specifications in a project
How Does MATLAB Builder for Java
Handle Data? (p. 2-4)
How MATLAB Builder for Java
supports data conversion be twe en
Java typ es and MATLAB types
Przeglądanie stron 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 291 292

Komentarze do niniejszej Instrukcji

Brak uwag