You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,14 +73,14 @@ Download "Eclipse for Java Developers" from https://www.eclipse.org/downloads/pa
73
73
74
74
Start Eclipse like this:
75
75
76
-
export JAVA_HOME=/path/to/your/jdk-21-or-later
76
+
export JAVA_HOME=/path/to/your/jdk-25-or-later
77
77
export PATH="$JAVA_HOME/bin:$PATH"
78
78
eclipse/eclipse -consoleLog
79
79
80
80
Check Eclipse Preferences:
81
81
82
-
* Java, Installed JREs: JDK 21-or-later should be the default
83
-
* Java, Compiler: JDK Compliance should be "21" or higher
82
+
* Java, Installed JREs: JDK 25-or-later should be the default
83
+
* Java, Compiler: JDK Compliance should be "25" or higher
84
84
85
85
86
86
### Use plain Java configuration
@@ -112,7 +112,7 @@ In Help/Eclipse Marketplace, search for Maven Integration for Eclipse Luna or ne
112
112
Use File/Import/Maven/Existing Maven Projects to import the phoebus source code.
113
113
114
114
There can be a compiler error because the "JRE System Library" in the Package Explorer shows "[J2SE-1.4]".
115
-
Right click on the affected projects (greeting-app, probe), Build Path, Configure Build Path, Libraries, Edit the JRE System Library to use the Workspace default (jdk-21).
115
+
Right click on the affected projects (greeting-app, probe), Build Path, Configure Build Path, Libraries, Edit the JRE System Library to use the Workspace default (jdk-25).
116
116
Restart Eclipse IDE.
117
117
118
118
Can now start product/src/main/java/org.phoebus.product/Launcher.java.
@@ -126,14 +126,14 @@ To import the project:
126
126
* Select the Phoebus directory
127
127
* Import project from external model: Maven
128
128
* Accept the default options and click Next twice
129
-
* Ensure that the JDK is version 21 or above
129
+
* Ensure that the JDK is version 25 or above
130
130
* Change the project name to Phoebus and click finish
131
131
132
132
To run the Phoebus application:
133
133
134
134
* Run | Edit Configurations...
135
135
* Select + | Application
136
-
* Module: Your JRE 21
136
+
* Module: Your JRE 25
137
137
* Classpath `-cp`: select `product` from drop-down
138
138
* Main class: `org.phoebus.product.Launcher`
139
139
* Set the name to Phoebus
@@ -145,7 +145,7 @@ To run the Phoebus application:
145
145
146
146
First download [NetBeans 9](https://netbeans.apache.org/download/nb90/nb90.html),
147
147
then the target platform as described above. After running NetBeans, select
148
-
**Tools** ➜ **Java Platforms** and make sure that a Java 9 or 10 platform is set as
148
+
**Tools** ➜ **Java Platforms** and make sure that a Java 25 platform is set as
149
149
the default one.
150
150
151
151
To open the Maven project Select the **File** ➜ **Open Project…** and select the
0 commit comments