Skip to content

Commit 1f5d109

Browse files
committed
v2.5 release. Update documentation to remove remaining uses of the -FX suffix.
1 parent c72e23a commit 1f5d109

3 files changed

Lines changed: 24 additions & 22 deletions

File tree

docs/InstallAndRun.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,30 @@ installed, both version 11 or later (preferably the latest release);
1818
see below for details.
1919

2020
You 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
2323
your home directory or the directory in which you store your REDUCE
2424
projects. 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

3030
in the directory containing the file, where *JavaFXlibrary* represents
3131
the full pathname of your JavaFX library.
3232

3333
Because this is a little tedious, I provide two batch files that make
3434
it 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)
3636
is 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
3939
batch 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

4747
provided you set up the `PATH_TO_FX` environment variable, as I
@@ -102,13 +102,13 @@ pathname. **Enclose the folder name in double quotes.**
102102

103103
An 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
106106
the *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
110110
suppressed 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
112112
Command Prompt window.)
113113

114114
### Linux
@@ -123,7 +123,7 @@ export PATH_TO_FX=path-to-openjfx/lib
123123

124124
where *path-to-openjfx* represents the full pathname of the JavaFX
125125
directory 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
129129
PATH_TO_FX=path-to-openjfx/lib
@@ -133,18 +133,18 @@ followed by a space.
133133

134134
An 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
137137
in Terminal*. You can now run Run-REDUCE as described above by
138138
executing 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
145145
dot 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
168168
platforms and will, I hope, cease to be necessary at all at some
169169
future date, so you might like to experiment with removing it.
170170

docs/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
### Key links: [Run-REDUCE-FX.jar](https://github.com/fjwright/Run-REDUCE/releases/latest/download/Run-REDUCE-FX.jar) | [Install and Run](InstallAndRun.md) | [User Guide](UserGuide.html)
1+
### Key links: [Run-REDUCE.jar](https://github.com/fjwright/Run-REDUCE/releases/latest/download/Run-REDUCE.jar) | [Install and Run](InstallAndRun.md) | [User Guide](UserGuide.html)
22

33
Run-REDUCE is a Graphical User Interface for running the
44
[REDUCE](https://reduce-algebra.sourceforge.io/) Computer Algebra
55
System that should provide a consistent user experience across all
66
implementations of REDUCE and all platforms. It is implemented in
77
JavaFX and the executable application takes the form of the JAR file
8-
[Run-REDUCE-FX.jar](https://github.com/fjwright/Run-REDUCE/releases/latest/download/Run-REDUCE-FX.jar).
9-
Click on the link here or above to download the latest release.
8+
[Run-REDUCE.jar](https://github.com/fjwright/Run-REDUCE/releases/latest/download/Run-REDUCE.jar).
9+
Click on the link here or above to download the latest release. (The
10+
image below relates to an earlier release and is now a little out of
11+
date!)
1012

1113
![Run-REDUCE screen shot](Run-REDUCE.png "Run-REDUCE screen shot")
1214

src/fjwright/runreduce/RunREDUCEFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ private void sourceForgeMenuItemAction() {
660660
RunREDUCE.hostServices.showDocument("https://sourceforge.net/projects/reduce-algebra/");
661661
}
662662

663-
static final String VERSION = "2.45";
663+
static final String VERSION = "2.5";
664664

665665
@FXML
666666
private void aboutMenuItemAction() {

0 commit comments

Comments
 (0)