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
OpenJDK 64-Bit Server VM Temurin-11.0.17+8 (build 11.0.17+8, mixed mode)
38
-
```
39
-
40
-
The major version should be `11` or higher. If it is lower, you must update your Java installation.
41
-
42
-
If you get an error or get a lower versions displayed, even though you installed a newer one, your **JAVA_HOME** is either missing or configured wrong.
43
-
44
-
Refer to this [_ _{: .fa .fa-external-link-square} Windows tutorial](https://confluence.atlassian.com/doc/setting-the-java_home-variable-in-windows-8895.html) in order to setup your **JAVA_HOME** correctly.
45
-
46
-
Once you have setup Java correctly, continue by installing VSCode.
The Wurstsetup can be used either from the commandline or as a graphical application.
55
-
56
-
## Commandline
57
-
58
-
Usage by invoking `grill` via the commandline is recommended and provides a similar user experience to tools such as `npm`, `maven`. etc. To use the setup from the commandline you need to complete the initial installation once.
59
-
After that you can invoke `grill` from your commandline.
60
-
61
-
### Initial installation
62
-
63
-
For the first time you have to run the .jar file directly, because the executable hasn't been installed yet.
64
-
65
-
`java -jar WurstSetup.jar install wurstscript`
66
-
67
-
Now you need to add the `~/.wurst` folder to your PATH environment variable, so you can use it from the commandline.
68
-
Refer to this [tutorial](https://www.java.com/en/download/help/path.xml). On Windows 10, the result should look like this:
Download WurstSetup and perform installation by running `java -jar WurstSetup.jar install wurstscript` or double-clicking to start the graphical user interface.
71
35
72
-
The `grill` command should now be recognized by your terminal of choice.
36
+
Now you need to add the `~/.wurst` folder to your PATH environment variable, so that `grill` is recognized from the commandline.
37
+
Refer to this [tutorial](https://www.java.com/en/download/help/path.xml).
Using `grill` from the commandline you can now start with generating a new project or installing an existing project. The user experience is similar to tools such as `npm`, `mvn`. etc.
77
42
78
43
### Updating the Compiler
79
44
80
45
Use the special `wurstscript` keyword to install or update wurst on your system for the current user.
81
46
82
47
`grill install wurstscript`
83
48
84
-
### Create a Wurst Project
49
+
### Create a new Wurst Project
85
50
86
51
Use `generate` to create new projects. The project will be generated in a folder inside your current location with the name provided.
87
52
@@ -117,4 +82,3 @@ To add a new dependency, run the `install` command with a second parameter that
117
82
118
83
By running the `WurstSetup.jar` without any arguments or simply by double-clicking, you can alternatively use the deprecated, graphical user interface.
0 commit comments