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

Running jdepend on non-Java 13 environment #17

Open
PYangDizzle opened this issue Mar 23, 2020 · 1 comment · May be fixed by #18
Open

Running jdepend on non-Java 13 environment #17

PYangDizzle opened this issue Mar 23, 2020 · 1 comment · May be fixed by #18

Comments

@PYangDizzle
Copy link

This issue is related to #7
I tried updating the jar version to 2.10 and noticed that the classes were compiled with major version 57, Java 13. Is that necessary? My environment is on Java 8 and it can't load the classes.

I could compile the source myself and target Java 8, but wouldn't you want to keep the major version down to 46, Java 1.2 just like 2.9 or Java 8 which was the reason why you needed the update.

@clarkware
Copy link
Owner

Ah, that's a good point. Honestly, I'm not even sure how to do that. It's been over 15 years since I used Java. :-) I just figured everyone was using Java 13, which was a bad assumption on my part. Would someone mind compiling it with a version that's more suitable and submitting a PR?

@BrentShikoski BrentShikoski linked a pull request Apr 10, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants