JavaBridgeOpenModule/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
Alkurz (Diskussion | Beiträge)
Alkurz (Diskussion | Beiträge)
 
(2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
= Generate CmdLine File for Java 11 et sqq. =
= Generate CmdLine File for Java 11 et seq. =


== Overview ==
== Overview ==
Since Java 11 there is a stricter separation for the encapsulation of modules. n this case, 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.
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 file with the default entries for javaFX, which you can add to your java command:
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 ....
java @java_fx_command_options.txt ....



Aktuelle Version vom 8. Juni 2020, 17:13 Uhr

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