RE: Netbeans Stable Support for OpenJDK 17?

2021-11-16 Thread Rob Walker
If you start from a ZIP distribution, you can launch using any Java version 
with your own Java installs e.g. the BAT setup I use when on Windows:

cd %NB_HOME%\bin
start netbeans64.exe --jdkhome %JAVA_HOME% --userdir %NB_USER_DIR% --cachedir 
%NB_CACHE_DIR% --console suppress

My various _HOME env vars are setup in different profiles, depending on what 
project I'm working on. Some of which demand J8, J11, even J17

-R


From: A Z 
Sent: 17 November 2021 02:17
To: users@netbeans.apache.org
Subject: Netbeans Stable Support for OpenJDK 17?
Importance: High

To Who it may Concern,

I am aware of the fact that Netbeans 12.5 only offers experimental support for
OpenJDK 17 at this time.

I am going to need to use OpenJDK 17, because of its accurate
floating point mathematics.

How far away is full support of Netbeans 17?  So that I can install
Netbeans, and run Netbeans, requiring only OpenJDK 17, but
by no means any secondary JDK?

Merry Christmas, everyone!


Re: Implementation dependency in a maven module

2021-11-16 Thread Bradley Willcott

Hi,
Do you have Dependency Management in your pom.xml?

On 15/11/21 21:39, Eymeric VIEUILLE wrote:


Hi again !

Nobody has answers for it ?

*Envoyé :*lundi 8 novembre 2021 15:29
*À :* Netbeans mailing list (users@netbeans.apache.org) 


*Objet :* Implementation dependency in a maven module

Hi !

I am doing the migration of a netbeans based application from Ant to 
Maven (Netbeans 12.0 version)


In our project, we had implementation dependencies on netbeans modules 
(core-windows for example). In the old way, no problem : on the 
dependency core-windows, you could right click and go in « Edit » menu 
to select « Implementation Version » and set the expected « Major 
Release Version » value.


Now with Maven, in my pom.xml, i added :

    

org.apache.maven.plugins

maven-jar-plugin

3.14

    

    

${project.build.outputDirectory}/META-INF/MANIFEST.MF



framework/api/layer.xml







org.netbeans.modules:org-netbeans-core-windows

impl





    

    

    

I get the following error when compiling :

Plugin org.apache.maven.plugins:maven-jar-plugin:3.14 or one of its 
dependencies could not be resolved: Failure to find 
org.apache.maven.plugins:maven-jar-plugin:jar:3.14 in 
https://repo.maven.apache.org/maven2/ was cached in the local 
repository, resolution will not be reattempted until the update 
interval of mirror1 has elapsed or updates are forced -> [Help 1]


The 3.14 version of maven-jar-plugin is effectively not available on 
this repository (only olders < 3.2). Am i pointing at the wrong maven 
repository ?


Moreover, I think i’m doing it the wrong way for adding the 
implementation dependency properly in my project. Can you tell me how 
i can do it ?




Netbeans Stable Support for OpenJDK 17?

2021-11-16 Thread A Z
To Who it may Concern,

I am aware of the fact that Netbeans 12.5 only offers experimental support for
OpenJDK 17 at this time.

I am going to need to use OpenJDK 17, because of its accurate
floating point mathematics.

How far away is full support of Netbeans 17?  So that I can install
Netbeans, and run Netbeans, requiring only OpenJDK 17, but
by no means any secondary JDK?

Merry Christmas, everyone!