You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2018/11/21 19:11:00 UTC

[jira] [Closed] (MNG-6390) Java9 Jigsaw ==> How to put Java library Jar files in Jigsaw "module-path"?

     [ https://issues.apache.org/jira/browse/MNG-6390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MNG-6390.
-------------------------------
    Resolution: Not A Problem
      Assignee: Robert Scholte

> Java9 Jigsaw ==> How to put Java library Jar files in Jigsaw "module-path"?
> ---------------------------------------------------------------------------
>
>                 Key: MNG-6390
>                 URL: https://issues.apache.org/jira/browse/MNG-6390
>             Project: Maven
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.5.3
>            Reporter: Colbert Philippe
>            Assignee: Robert Scholte
>            Priority: Major
>
> I'm using Eclipse 4.8M4 (latest version at the time) with Maven used with Java9.   I want to use Java9 new module feature (project Jigsaw) in my new application.
> After carefully the documentation and Internet blogs, I can successfully use legacy libraries with Java9.   I do this WITHOUT Maven, using the command-line.   This process is now clear to me.
> However, now I want to do the same with Maven.   That's where things get confusing.   I need a way to put "old style" Java libraries (jar file) in the new Jigsaw concept of "module-path" (actual command-line parameter of javac).   The big question is: How can I put my Java jar libraries in the "module-path"?.    I should be able to do this from Maven.
> If this question is answered, the natural follow-up question is:  How can I do that from Eclipse?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)