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

How to use an older version of WALA? #1407

Open
bupt01 opened this issue Jun 9, 2024 · 3 comments
Open

How to use an older version of WALA? #1407

bupt01 opened this issue Jun 9, 2024 · 3 comments

Comments

@bupt01
Copy link

bupt01 commented Jun 9, 2024

Hello,

For my project, I need to use version 1.3.4 of WALA, but unfortunately, I encountered two issues:

  1. When I tried to add the relevant dependencies in Maven, I found out that this version is not available in the central repository.
  2. I attempted to build with Gradle using version 1.34, but it was not possible to build with this version. After checking out the corresponding tag, it showed as follows:

1717894256461
However, there are no documents inside to guide the build.I entered one of the subfolders to compile, but it always fails.What should I do? Thank you!

@msridhar
Copy link
Member

@bupt01 can I ask why you need to use this older version? Maybe we can help you use a recent version instead. Unfortunately building 1.3.4 may be pretty tricky. My guess is you'd need to import that version into Eclipse to get it to build, as that version might even predate our use of Maven.

@bupt01
Copy link
Author

bupt01 commented Jun 12, 2024

Thank you for your response. I am now considering using WALA for analyzing Java 1.8 source code. Ideally, WALA should also be able to run on Java 1.8. Could you recommend a suitable version?

@msridhar
Copy link
Member

If you need to run on a JDK 8 JVM, release 1.5.9 was the last to support that. The latest version of WALA should be able to analyze Java 1.8 source code, but this relies on Eclipse libraries that require a minimum of JDK 17 to run.

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