A: To use RedCell, download the end-user executable and launch it directly on your machine. If you are a developer, please download the source-code package, execute the provided setup script (run setup.bat), and follow the configuration steps outlined in the accompanying documentation.
A: This usually indicates that your Maven environment variables have not been configured correctly. To resolve this on Windows:
Open the Start menu, search for Edit the system environment variables, and launch it.
In the System Properties window, click Environment Variables.
Under System variables, click New and create:
Variable name: MAVEN_HOME
Variable value: the full path to your Maven installation folder (e.g., C:\Program Files\Apache\Maven)
Select the existing Path variable, click Edit, then New, and add %MAVEN_HOME%\bin.
Click OK on all dialogs to save your changes.
Open a new Command Prompt and run mvn –version. You should see Maven’s version and environment details, confirming that the setup is complete.
A: An account is required only when you wish to submit or manage blood requests. You can still explore and use several core features—such as viewing general information, tutorials, and community resources—without logging in.