question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

It would be nice to be able to use jcommander in an app built by jlink. This could be done if it defined a module-info.class for use with JPMS (apparently the automatically declared modules used in the manifest aren’t good enough for jlink)

Even without the driver of jlink, integration with JPMS will be useful as more people switch to using modules as a part of their build and when Java 11 ships.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:6
  • Comments:7

github_iconTop GitHub Comments

2reactions
io7mcommented, Aug 25, 2019

It seems that a module name was published in 1.75 and then withdrawn again in 1.78. What’s going on?

1reaction
JohnLCaroncommented, Jul 17, 2022

thanks, @ice1000

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is JPMS? Introducing the Java Platform Module System
The Java Platform Module System (JPMS) is a code-level structure, so it doesn't change the fact that we package Java into JAR files....
Read more >
Understanding Java 9 Modules - Oracle
In this article, I introduce the Java 9 Platform Module System (JPMS), ... A crucial aspect of Java 9 is dividing the JDK...
Read more >
Java Platform Module System - Wikipedia
The Java Platform Module System specifies a distribution format for collections of Java code and associated resources. It also specifies a repository for ......
Read more >
Problems with Java modules still plague developers
The main thing JPMS adds to the prior specifications is built-in JVM support, whereas OSGi and JBoss Modules rely on a container abstraction ......
Read more >
A Guide to Java 9 Modularity - Baeldung
... as the Java Platform Module System (JPMS), or “Modules” for short. ... By now, support for Java 9 modules has been added...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found