23 Jan 2021 06:30 PM - last edited on 14 Feb 2023 01:25 PM by Ana_Kuzmenchuk
Hi. I keep getting install error with /java/util/jar/Pack200 when installing Dynatrace on Ubuntu 20 Linux. Getting this error (but not in Linux Mint) while installing the easyTravel demo package with java -jar dynatrace-easytravel-linux-x86_64.jar command. Any ideas?
Solved! Go to Solution.
23 Jan 2021 06:42 PM
Which JVM are you using? You might be using a newer version, since it was removed in Java 14:
https://en.wikipedia.org/wiki/Pack200
If this is not the case, can you give a more detailed error?
23 Jan 2021 06:46 PM
yes it's Java 14 I am using. So I need to remove Java 14 and go with 11?
23 Jan 2021 07:00 PM
I had to remove version 14, install version 11 and 8 jdk and java -jar command finished successfully. Thanks for your help Antonio.