Questions tagged [moditect]

The ModiTect project aims at providing productivity tools for working with the Java 9 module system ("Jigsaw").

You can learn more about ModiTect at https://github.com/moditect/moditect.

18 questions
0
votes
0 answers

How to fix "Unable to derive module descriptor for *.jar" with Maven Moditect plugin error?

I'm creating a Maven-based JavaFX 15 application and in the process of making it modular in order to be able to use javafx:jlink to generate a runtime image for it. To solve the issue of automatic modules I am using the Moditect plugin, but am now…
cegredev
  • 1,485
  • 2
  • 11
  • 25
0
votes
1 answer

Add a ResourceBundle service provider directive in a Java 13 module through moditect maven plugin

I got a Java project that I'm migrating from Java 8 to Java 13. This project uses ResourceBundles to enable language localisation. In Java 8, I provided a custom ResourceBundle.Control to ResourceBundle.getBundle(baseName, control) but this doesn't…
OOEngineer
  • 447
  • 3
  • 12
0
votes
0 answers

Moditect not finding the current module when Jlinking

I'm using ModiTect to Jlink my Java application. Following the README and the two examples, undertow and vert.x, I added this to my pom.xml: create-runtime-image package
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
1
2