Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Java.DefineClass
Defines a class.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Java | 10.3 | Yes | Yes | Yes | Yes | No |
MBS( "Java.DefineClass"; ClassName; ClassData ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| ClassName | The name of the java class. | "com.mbs.test" |
| ClassData | The container value with the class. | MyTable::ClassContainer |
Result
Returns OK or error.
Description
Defines a class.Please put .class file into a container and load it here.
Usually we prefer to load classes from jar file, but here you can dynamically declare a class with loading data from container.
You can use Java.FindClass to check whether a class is loaded already.
To read jar file, you can use our archive functions to expand zip archives.
See also
Blog Entries
- What is new in the MBS FileMaker Plugin Version 10.3
- Neues MBS FileMaker Plugin 10.3 - Über 6200 Funktionen in einem Plugin
- MBS FileMaker Plugin 10.3 - More than 6200 Functions In One Plugin
- MBS FileMaker Plugin, version 10.3pr1
Release notes
- Version 10.3
- Added Java.DefineClass and Java.FindClass functions.
Created 19th May 2020, last changed 19th May 2020
Java.CallStaticMethod - Java.FindClass
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins