@@ -67,21 +67,54 @@ To begin working with InstructLab, you'll need to access the provided noNVC virt
6767
6868image::ilab/launch-terminal.png[Launch Terminal]
6969
70- ==== Set up the REHL VM environment
70+ ==== Install Java 21
71+
72+ Run the following `sdk` command in the terminal.
73+
74+ [.console-input]
75+ [source,shell,subs="+attributes,macros+"]
76+ ----
77+ sdk install java 21.0.5-tem
78+ ----
79+
80+ The output should be similar to the following:
81+
82+ [.console-output]
83+ [source,shell,subs="+attributes,macros+"]
84+ ----
85+ Downloading: java 21.0.5-tem
86+
87+ In progress...
88+
89+ ######################################################################### 100.0%
90+
91+ Repackaging Java 21.0.5-tem...
92+
93+ Done repackaging...
94+
95+ Installing: java 21.0.5-tem
96+ Done installing!
97+
98+
99+ Setting java 21.0.5-tem as default.
100+ ----
101+
102+ ==== Build and run the Paasol Insurance application
71103
72104Run the following bash script in the terminal.
73105
74106[.console-input]
75107[source,shell,subs="+attributes,macros+"]
76108----
77- sh parasol-insurance/scripts/rhelvm-setup .sh
109+ sh parasol-insurance/scripts/run-parasol-app .sh
78110----
79111
80112This script will perform the following actions:
81113
82- * Install OpenJDK 21 using sdkman
83114* Build the Quarkus (_parasol-insurnce_) application
84- * Run the Quarkus application in the REHL VM
115+ * Run the Quarkus application locally in the REHL VM
116+
117+ It will take a few minutes to complete.
85118
86119==== Click the `Visual Studio Code` icon to launch Visual Studio Code
87120
0 commit comments