Closed xljiadahao closed 7 years ago
Which JVM version are you using? The version we are using is JAVA8.
Great, all right, it seems that flashback supports Java 8+ only.
As many of us might not know the environment prerequisite, I recommend to add the information in the README file. For example, download JDK8+, _export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home
_, then start flashback admin server.
For better leverage of the project, we might have more questions on it. One idea from me, can we add something like FQA for the frequent questions. Actually, I do have more questions on it as well.
Just some ideas from my side, hope it helps. Or I might contribute some with PRs for the improvements.
Close the issue for now. Thanks a lot for help.
Encounter issue at step 2 start flashback admin server, compile and build failed. Error Msg: flashback/flashback-core-impl/src/main/java/com/linkedin/flashback/matchrules/CompositeMatchRule.java:44: error: illegal start of expression flashback/flashback-core-impl/src/main/java/com/linkedin/flashback/matchrules/CompositeMatchRule.java:44: error: illegal start of expression _matchRules.stream().forEach((rule) -> { and so forth.