Installation
How to install the JAddin framework
Last updated
Manifest-Version: 1.0
Class-Path: .
Main-Class: AddinName> Load RunJava JAddin HelloWorld
21.06.2025 14:01:26 JVM: Java Virtual Machine initialized.
21.06.2025 14:01:26 RunJava: Started JAddin Java task.
21.06.2025 14:01:26 HelloWorld: Started
21.06.2025 14:01:26 HelloWorld: User code is executing...
21.06.2025 14:01:31 HelloWorld: User code is executing...
21.06.2025 14:01:36 HelloWorld: User code is executing...
21.06.2025 14:01:41 HelloWorld: User code is executing...
> Tell HelloWorld Quit
21.06.2025 14:01:50 HelloWorld: Termination in progress
21.06.2025 14:01:51 HelloWorld: Terminated
21.06.2025 14:01:53 RunJava: Finalized JAddin Java task.
21.06.2025 14:01:54 RunJava shutdown.