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

Does kPAR work under Java-8? #7

Closed
jose opened this issue Apr 21, 2021 · 4 comments
Closed

Does kPAR work under Java-8? #7

jose opened this issue Apr 21, 2021 · 4 comments

Comments

@jose
Copy link

jose commented Apr 21, 2021

Hi,

The README.md file mentions that kPAR requires Java-7, would it incorrect/wrong to run it under Java-8?

--
Best,
Jose

@Kui-Liu
Copy link
Member

Kui-Liu commented Apr 24, 2021

It dependents on the version of D4J.

@jose
Copy link
Author

jose commented Jun 10, 2021

Ok. So, if I use

  • latest version of D4J v2.0.0 I can (perhaps should) use kPAR under Java-8

and if I use

  • D4J v1.0.0 I can (perhaps should) use kPAR under Java-7

is that right?

@Kui-Liu
Copy link
Member

Kui-Liu commented Jun 12, 2021

Yes, you are right, because some Java-8 D4J bugs cannot be compiled successfully under Java-7.

If you want to use kPAR under Java-8, you should change these two lines: https://github.com/SerVal-DTF/FL-VS-APR/blob/master/kPAR/pom.xml#L86, https://github.com/SerVal-DTF/FL-VS-APR/blob/master/kPAR/pom.xml#L87

@jose
Copy link
Author

jose commented Jun 12, 2021

Ok, thanks.

@jose jose closed this as completed Jun 12, 2021
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

2 participants