@@ -18,30 +18,30 @@ installed, both version 11 or later (preferably the latest release);
1818see below for details.
1919
2020You also need to download the file
21- [ Run-REDUCE-FX .jar] ( https://github.com/fjwright/Run-REDUCE/releases/latest/download/Run-REDUCE-FX .jar )
21+ [ Run-REDUCE.jar] ( https://github.com/fjwright/Run-REDUCE/releases/latest/download/Run-REDUCE.jar )
2222(by clicking on the link) and save it somewhere convenient, such as
2323your home directory or the directory in which you store your REDUCE
2424projects. You can then run Run-REDUCE by executing the shell command
2525
2626``` shell
27- java --module-path JavaFXlibrary --add-modules javafx.controls,javafx.fxml,javafx.web -jar Run-REDUCE-FX .jar
27+ java --module-path JavaFXlibrary --add-modules javafx.controls,javafx.fxml,javafx.web -jar Run-REDUCE.jar
2828```
2929
3030in the directory containing the file, where * JavaFXlibrary* represents
3131the full pathname of your JavaFX library.
3232
3333Because this is a little tedious, I provide two batch files that make
3434it easier to run Run-REDUCE. The file
35- [ Run-REDUCE-FX .bat] ( https://github.com/fjwright/Run-REDUCE/releases/download/v1.6 /Run-REDUCE-FX .bat )
35+ [ Run-REDUCE.bat] ( https://github.com/fjwright/Run-REDUCE/releases/download/v2.5 /Run-REDUCE.bat )
3636is for use on Microsoft Windows and the file
37- [ Run-REDUCE-FX ] ( https://github.com/fjwright/Run-REDUCE/releases/download/v1.6 /Run-REDUCE-FX )
37+ [ Run-REDUCE] ( https://github.com/fjwright/Run-REDUCE/releases/download/v2.5 /Run-REDUCE )
3838(no extension) is for use on Linux. If you want to use one of these
3939batch files, download it (by clicking on the link) to the same
40- directory to which you downloaded * Run-REDUCE-FX .jar* . Then you can
41- run Run-REDUCE by executing the simpler shell command
40+ directory to which you downloaded * Run-REDUCE.jar* . Then you can run
41+ Run-REDUCE by executing the simpler shell command
4242
4343``` shell
44- Run-REDUCE-FX
44+ Run-REDUCE
4545```
4646
4747provided you set up the ` PATH_TO_FX ` environment variable, as I
@@ -102,13 +102,13 @@ pathname. **Enclose the folder name in double quotes.**
102102
103103An easy way to run Run-REDUCE using a shell command is first to open
104104* File Explorer* and navigate to the folder to which you downloaded
105- * Run-REDUCE-FX .jar* . In the address bar, type ` cmd ` and then press
105+ * Run-REDUCE.jar* . In the address bar, type ` cmd ` and then press
106106the * Enter* key. This will open a Command Prompt window in the
107- current folder; type ` Run-REDUCE-FX ` and press the * Enter* key. Or
108- you can just double-click on the * Run-REDUCE-FX * Windows Batch File
109- (which is actually called * Run-REDUCE-FX .bat* but the extension is
107+ current folder; type ` Run-REDUCE ` and press the * Enter* key. Or
108+ you can just double-click on the * Run-REDUCE* Windows Batch File
109+ (which is actually called * Run-REDUCE.bat* but the extension is
110110suppressed by default). This will first open a Command Prompt window
111- and then run * Run-REDUCE-FX .jar* . (I can't find a way to suppress the
111+ and then run * Run-REDUCE.jar* . (I can't find a way to suppress the
112112Command Prompt window.)
113113
114114### Linux
@@ -123,7 +123,7 @@ export PATH_TO_FX=path-to-openjfx/lib
123123
124124where * path-to-openjfx* represents the full pathname of the JavaFX
125125directory that you have just installed. Log out and then log back in
126- or, until you have done so, prefix the * Run-REDUCE-FX * command by
126+ or, until you have done so, prefix the * Run-REDUCE* command by
127127
128128``` shell
129129PATH_TO_FX=path-to-openjfx/lib
@@ -133,18 +133,18 @@ followed by a space.
133133
134134An easy way to run Run-REDUCE using a shell command is first to open
135135* Files* and navigate to the directory to which you downloaded
136- * Run-REDUCE-FX .jar* . Right-click in this directory and select * Open
136+ * Run-REDUCE.jar* . Right-click in this directory and select * Open
137137in Terminal* . You can now run Run-REDUCE as described above by
138138executing the shell command
139139
140140``` shell
141- . Run-REDUCE-FX
141+ . Run-REDUCE
142142```
143143
144144(Note that the above command has the form dot space filename, where
145145dot is a short name for the * source* command. If you set the file
146- permissions to make Run-REDUCE-FX executable, you can run it as
147- ` ./Run-REDUCE-FX ` , but this doesn't gain much!)
146+ permissions to make Run-REDUCE executable, you can run it as
147+ ` ./Run-REDUCE ` , but this doesn't gain much!)
148148
149149
150150## Known Issues
@@ -164,7 +164,7 @@ order to avoid the other problems, I have included the option
164164-Djdk.gtk.version=2
165165```
166166
167- in the * Run-REDUCE-FX * batch file. This may not be necessary on all
167+ in the * Run-REDUCE* batch file. This may not be necessary on all
168168platforms and will, I hope, cease to be necessary at all at some
169169future date, so you might like to experiment with removing it.
170170
0 commit comments