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
-[Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4b1/jython-standalone-2.7.4b1.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
-[Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4b2/jython-standalone-2.7.4b2.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
Copy file name to clipboardExpand all lines: installation.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
title: Installation
3
3
---
4
4
## Installer Jar
5
-
Jython 2.7.2 is distributed via an executable jar file installer. After
6
-
[downloading](download) it, either double click the `jython-installer-2.7.2.jar` or run java with the -jar option
5
+
Jython 2.7.3 is distributed via an executable jar file installer. After
6
+
[downloading](download) it, either double click the `jython-installer-2.7.3.jar` or run java with the -jar option
7
7
```
8
-
$ java -jar jython-installer-2.7.2.jar
8
+
$ java -jar jython-installer-2.7.3.jar
9
9
```
10
10
11
11
This will start the regular GUI installer on most systems, or a console installer on headless systems. To force the installer to work in headless mode invoke the installer as:
12
12
```
13
-
$ java -jar jython-installer-2.7.2.jar --console
13
+
$ java -jar jython-installer-2.7.3.jar --console
14
14
```
15
15
The installer will then walk through a similar set of steps in
16
16
graphical or console mode: showing the license, selecting an install
@@ -26,7 +26,7 @@ The standalone option does no caching and so avoids the startup overhead (most l
26
26
27
27
You can try it out by running the installer:
28
28
```
29
-
$ java -jar jython-installer-2.7.2.jar
29
+
$ java -jar jython-installer-2.7.3.jar
30
30
```
31
31
then when you come to the "Installation type" page, select "Standalone".
32
32
@@ -44,5 +44,5 @@ Or, add this file to the classpath of your application.
44
44
45
45
You can get a list of installer options (to install Jython unattended, for example) by running:
0 commit comments