Differences
This shows you the differences between two versions of the page.
| mscript_impl_example [2020/04/26 03:33] – external edit 127.0.0.1 | mscript_impl_example [2020/05/10 16:04] (current) – removed admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== MScript Impl Java Class Example ==== | ||
| - | Compile this java class using //javac// or your IDE and package it into a jar file and copy it to //lib// folder. Restart TestOptimal. | ||
| - | |||
| - | public class MyMScriptMethodClass { | ||
| - | | ||
| - | // Required constructure of the exact signature! | ||
| - | | ||
| - | | ||
| - | // add your initialization code here. | ||
| - | | ||
| - | } | ||
| - | | ||
| - | | ||
| - | | ||
| - | } | ||
| - | | ||
| - | | ||
| - | | ||
| - | } | ||
| - | | ||
| - | | ||
| - | } | ||
| - | } | ||
| - | |||