File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,21 @@ a cross-platform, self-contained bootstrap mechanism for the build.
37
37
38
38
### prerequisites
39
39
40
- [ Git] [ ] and [ Early Access build of OpenJDK 1.8 build 88] [ JDK18 build 88 ] (get
41
- the JDK and don't get the lambda edition). Set the environment variable ` JAVA_HOME `
42
- to point to the ` jdk1.8.0 ` folder extracted from the JDK download.
40
+ [ Git] [ ] and [ Early Access build of OpenJDK 1.8 build 88] [ JDK18 build 88 ]
41
+ > ** Note:** Do not use the "lambda" edition of JDK b88 when building the
42
+ ramework, as it still causes some errors. It should be fine, however, to
43
+ * run* against various versions of OpenJDK 1.8, lambda or otherwise.
44
+
45
+ Be sure that your ` JAVA_HOME ` environment variable points to the ` jdk1.8.0 ` folder
46
+ extracted from the JDK download.
43
47
44
48
### check out sources
45
49
` git clone git://github.com/SpringSource/spring-framework.git `
46
50
47
51
### import sources into your IDE
48
52
Run ` ./import-into-eclipse.sh ` or read ` import-into-idea.md ` as appropriate.
49
- > ** Note:** Per the prerequisites above, ensure that you have JDK 8 configured properly in your IDE.
53
+ > ** Note:** Per the prerequisites above, ensure that you have JDK 8 configured
54
+ properly in your IDE.
50
55
51
56
### install all spring-\* jars into your local Maven cache
52
57
` ./gradlew install `
You can’t perform that action at this time.
0 commit comments