File tree Expand file tree Collapse file tree
user-guide/2.6/editions/jse Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,8 @@ resource that says "hello, world" and run it.
2727## What do I need?
2828
2929We assume that you have a development environment set up and
30- operational, and that you already have installed the Java 1.5 (or
31- higher). In case you haven't downloaded the Restlet Framework yet,
32- select one of the available distributions of the [ Restlet Framework
33- {{% param version %}}] ( /downloads/current ) . Make sure you
34- add org.restlet.jar in your Build path.
30+ operational, and that you already have installed the Java 17 (or
31+ higher). Follow the [ Maven setup guide] (/documentation/user-guide/{{% param version %}}/introduction/setup/maven/).
3532
3633## The "hello, world" application
3734
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ weight: 6
55# Enhanced Maven support
66
77A long time ago, we offered a Maven distribution via [ our own Maven
8- repositories] ( /downloads/current?distribution=maven&release=stable&edition=jse )
8+ repositories (broken link) ] ( /downloads/current?distribution=maven&release=stable&edition=jse )
99and regularly we try to improve its quality, for example working with
1010Buckminster users to adjust our Maven metadata. However, we use a custom
1111forge based on Ant as our official build system and this has been
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ you can check [this page](/documentation/user-guide/{{% param version %}}/introd
5757
5858## Replace all JAR files
5959
60- Restlet JARs and dependencies, declaring Maven dependencies [ as indicated here] ( /downloads/current/ ) .
60+ Restlet JARs and dependencies, declaring Maven dependencies [ as indicated here] (/documentation/user-guide/{{% param version %}}/introduction/setup/maven/).
6161
6262## Deprecated API features
6363
You can’t perform that action at this time.
0 commit comments