We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I pass the postman collection file to the conversion I'm getting java level exception.
java -jar Postman2JMX.jar CRUD_Store.postman_collection.JSON my_JMX_file.JMX
The text was updated successfully, but these errors were encountered:
Got the same issue as well. Did anyone know how to solve the problem?
Sorry, something went wrong.
Hi there, I'm having the same issue as well:
Seems that the problem was that I was running Java 7 instead of Java 8, upgraded java and did mvn clean package and now it works:
Late to the party but if you're having this problem, use JDK8 for maven and jar execution.
No branches or pull requests
When I pass the postman collection file to the conversion I'm getting java level exception.
java -jar Postman2JMX.jar CRUD_Store.postman_collection.JSON my_JMX_file.JMX
The text was updated successfully, but these errors were encountered: