On 03.01.23 15:13, ad...@netcrystals.at.INVALID wrote:
Hello,
this may be an old problem and I already tried to find a solution in
the internet but couldn’t find a usefull hint.
After years I decided to continue my Netbeans project.
In the meantime, the Pack200 Program from java.util seems to have been
removed from the new JDKS.
Failed to execute goal
org.apache.netbeans.utilities:nbm-maven-plugin:4.3:cluster-app
the current version of nbm-maven-plugin is 4.8. I don't think it should
do anything pack200 related by default.
(default-cluster-app) on project Netcrystals-application: Execution
default-cluster-app of goal
org.apache.netbeans.utilities:nbm-maven-plugin:4.3:cluster-app failed:
A required class was missing while executing
org.apache.netbeans.utilities:nbm-maven-plugin:4.3:cluster-app:
java/util/jar/Pack200
There must be a very easy solution to tell Netbeans not to use it
while compiling.
A maven parameter perhaps?
Honestly speaking, I don’t really understand the problem at all. Why
is this class demanded?
Pack200 is a very old bytecode specific compression algorithm which is
no longer in the JDK. If you build with JDK 8 as a test it will probably
still work.
-mbien
Thanks.
Regards,
Klaus