Skip to content
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

Generating a java level exception when doing the conversion #13

Open
Jinthusan opened this issue Aug 11, 2021 · 4 comments
Open

Generating a java level exception when doing the conversion #13

Jinthusan opened this issue Aug 11, 2021 · 4 comments

Comments

@Jinthusan
Copy link

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

issue

@Dorcasliu
Copy link

Got the same issue as well. Did anyone know how to solve the problem?

@chuymarin
Copy link

Hi there, I'm having the same issue as well:

image

@chuymarin
Copy link

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:

image

@szymonczerny
Copy link

Late to the party but if you're having this problem, use JDK8 for maven and jar execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants