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
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ WebCTRL is a trademark of Automated Logic Corporation. Any other trademarks men
23
23
24
24
## Setup Instructions
25
25
26
-
1. Install *WebCTRL8.5* or later.
26
+
1. Install *WebCTRL9.0* or later.
27
27
28
28
2. Install the most recent [*JDK*](https://jdk.java.net/) release.
29
29
- Download the *.zip* file, unpack it, and move the contents to your program files.
30
-
- Set the `JAVA_HOME` environment variable to the JDK installation directory (e.g, *C:\Program Files\Java\jdk-22.0.1*).
30
+
- Set the `JAVA_HOME` environment variable to the JDK installation directory (e.g, *C:\Program Files\Java\jdk-24*).
31
31
32
32
3. Install [*Visual Studio Code*](https://code.visualstudio.com/) and the following extensions:
33
33
@@ -61,7 +61,7 @@ WebCTRL is a trademark of Automated Logic Corporation. Any other trademarks men
61
61
62
62
- You can initialize preexisting project folders. For example, you could clone a remote repository to your local machine, and then initialize it with the script to generate missing files.
63
63
64
-
6. Review documentation at [*ALCshare*](http://alcshare.com/content/add-ons).
64
+
6. Review API documentation at [*ALCshare*](http://alcshare.com/content/add-ons).
65
65
66
66
## Command Reference
67
67
@@ -132,10 +132,13 @@ Runtime dependencies are located in *./lib* relative to your local clone of this
Feel free to browse your *WebCTRL* installation for dependencies that give access to other internal APIs if these defaults are insufficient. If you would like to add a *WebCTRL* API to one project folder without affecting any other projects, the *.jar* file should be placed in *./lib* relative to your project folder.
The general format is `scheme:identifier:location`. For files, the location is a relative path to the folder in your *WebCTRL* installation which contains the dependency. For urls, the location is a direct download link. The identifier should be the first part of the dependency's filename (excluding the version). Dependency filenames are generally expected to match the regular expression `^identifier-\d.*\.jar$`. Alternatively, the identifier may be an exact match to the filename (including the *.jar* extension).
@@ -177,6 +180,7 @@ The generated 2048-bit RSA key-pair is valid for 100 years, uses SHA512 as the s
0 commit comments