...
Download Java 11 with JavaFx using this link.
Clone MOSIP’s registration repository (https://github.com/mosip/registration-client.git ).
Go inside the directory named as registration.
Build as maven project with
mvn clean install
or build it in the IDE way.Make sure that the correct JDK with JavaFx is pointed in the IDE
Traverse the following way and go to Initialization.java
cd registration-client/src/main/java/io/mosip/registration/controllerMake sure the following value is present in the file on line 39
private static String upgradeServer = "http://localhost:80";Copy MANIFEST.MF from reg-client installation directory(when installed as zip) to registration directory.
Then come back to registration-services and add the following snippet into pom.xml file
Code Block <dependency> <groupId>io.mosip.mock.sdk</groupId> <artifactId>mock-sdk</artifactId> <version>0<version>1.2.90-rc1<SNAPSHOT</version> </dependency>
Import the maven changes again.
Now run the initialization.java inside registration-client project.
...
Page Properties | ||
---|---|---|
| ||
|