Thanks for the tip !
The following works :
<dependency>
<groupId>com</groupId>
<artifactId>jEidlib</artifactId>
<version>1.1</version>
</dependency>
…
<repository>
<id>jEidlib</id>
<url>http://localhost/users/collet/.m2/repository/com/jEidlib/1.1</url>
</repository>
From: Emilian Bold <[email protected]>
Sent: vendredi 10 avril 2020 12:01
To: Louis Collet <[email protected]>
Cc: NetBeans Mailing <[email protected]>
Subject: Re: Netbeans 12.0 beta 2 - how to add an external jar
https://stackoverflow.com/q/5692256
--emi
On Fri, Apr 10, 2020 at 12:49 PM Louis Collet <[email protected]
<mailto:[email protected]> > wrote:
It’s an old .jar , not available via Maven Repository
From: Geertjan Wielenga <[email protected] <mailto:[email protected]> >
Sent: vendredi 10 avril 2020 11:32
To: Louis Collet <[email protected] <mailto:[email protected]> >
Cc: NetBeans Mailing List <[email protected]
<mailto:[email protected]> >
Subject: Re: Netbeans 12.0 beta 2 - how to add an external jar
Because you’re using a Maven project. Use the POM to add dependencies.
Gj
On Fri, 10 Apr 2020 at 11:24, Louis Collet < <mailto:[email protected]>
[email protected]> wrote:
Hi everybody,
I want to add an external .jar file to my projects
I found this information on internet :
With Netbeans 12.0 I don’t find Librairies . The properties of my project are :
Any help would be appreciated !
Louis