JavaBridgeOpenModule/en

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

Generate CmdLine File for Java 11 et seq.[Bearbeiten]

Overview[Bearbeiten]

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[Bearbeiten]

You find the tool in the menu of expecco:

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

Handling[Bearbeiten]

Jar File / Module Directory[Bearbeiten]

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[Bearbeiten]

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

Export to[Bearbeiten]

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



Copyright © 2014-2024 eXept Software AG