JavaBridgeOpenModule/en

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen

Generate CmdLine File for Java 11 et seq.

Overview

Since Java 11 there is a stricter separation for the encapsulation of modules. Now, additional parameters must be specified at program start which allow expecco access to the inherent resources. Depending on the technology and java modules used, the required parameters can vary.

Expecco provides a parameter file with default entries for javaFX, and you should add this to your java command:

java @java_fx_command_options.txt ....

If you need other java modules, you can create a file with this tool.

Call

You find the tool in the menu of expecco:

Plugins - Bridges - Java Bridge - Generate CmdLine File...

Handling

Jar File / Module Directory

Name of a directory or a jar file. If the input represents a directory all jar files of the directory are taken, otherwise the given jar fil..

Target

Name of the module, which are using the given jar files. ALL_UNAMED is default.

Export to

The result will be stored in the given file or the system clipboard.



Copyright © 2014-2024 eXept Software AG