-
Notifications
You must be signed in to change notification settings - Fork 0
How to run
Mohamed Hassan (JOHN) edited this page Apr 26, 2025
·
16 revisions

-
Download the executable form of this
command-line utility. -
Environment preparation:
-
Java is installed and system is aware of it by adding the
bindirectory into system-path. - Maven is installed and system is aware of it by adding the
bindirectory into system-path. - Add the
bindirectory of MinGW Compiler to system-path - Move the executable form of this
command-line utilityinto C:\Program Files folder, then add its folder to system-path
-
Java is installed and system is aware of it by adding the
-
Generate project's skeleton using this command:
skeleton-initializer_of_java-backend-component -component-purpose=<component-purpose> -output-directory=%cd% -project-name=<project-name>where those 3 arguments are mandatory as below:- First argument
<component-purpose>- web-interface
- web-interface-with-messaging
- scheduled-jobs
- scheduled-jobs-with-messaging
- authentication-component
- users-administration-component
- Second argument
output-directorywhere%cd%prints the current working directory which means generating the project's skeleton beside the executable - Third argument
<project-name>
- First argument
-
Then execute
mvn clean packageinside project's directory and make sure you have internet connection -
Finally you can open it via Eclipse IDE