-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClassNotFoundException #14
Comments
I was able to build a working jar by making it a fat jar, this way it works 👍 |
我在进行json文件转jmx文件时报错了。这是我输入的命令行。“java -jar Postman2Jmx.jar /f/XXXX.postman_collection.json postman_file.jmx” 以下为报错信息 |
I created an uber/fat jar using following maven plugin "maven-shade-plugin"
Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes |
Hi I've been trying to use your tool but I ran into this error when using
$ java -jar Postman2Jmx.jar my_postman_collection.json my_jmx_file.jmx
with java 14 and 11, and Maven 3.8.3, on windows and wsl
Any idea what is happening ? Thanks !
The text was updated successfully, but these errors were encountered: