Hallo,
With Netbeans 22 I've created a maven project of Netbeans
Application using wizard 'java with maven->netbeans application'. Any
try to clean and install with java 18results in following statement:
"Failed to execute goal
org.apache.netbeans.utilities:nbm-maven-plugin:14.2:cluster-app
(default-cluster-app) on project mavenproject7-app: Execution
default-cluster-app of goal
org.apache.netbeans.utilities:nbm-maven-plugin:14.2:cluster-app
failed:*Using jdk 14 and later prevents reading of NBM created with
pack200* -> [Help 1]"
I've read, that since java 14 pack200 algorithm is removed. So how can I
compile such application with java 14+? Or is it impossible with maven?
If so the entry "netbeans application" in new project wizard should be
grayed. Since I've could run Netbeans, I suppose that such compilation
is possible, may be without maven. I'm compiling the app as it was first
created with wizard, without any changes. For now I don't know how to
advance with the project, I would appreciate any idea.
With Regards
Rafal Z
- netbeans 22 does not build a maven project for netbean... Rafał Ziółkowski
-