How to use UI for comparison

Hello all,
as i have extracted all files for comparison, but i am not getting how to use and how to find UI for using the comparison script of groupdocs.

please help me in this

attaching screenshot for this
UI_comparison.PNG (16.9 KB)

regards,
shivangi agrawal

1 Like

@shivangia

You just have to upload a source and the target file. Press compare and download button. If you are looking for a stand-alone application, please download and run this opensource Document Comparison UI Java application. This is how you can run the application after download. Watch this demo video and see how UI works.
Let us know if you still need any assistance.

Hello sir,

thanks for replying, but i am unable to run
i am sharing you the screen shots of eclipse,in which i have imported the project:
folder_structure.PNG (14.4 KB)

groupdocs_screenshot.PNG (87.3 KB)
zip_downloaded.PNG (2.3 KB)

please help

i am working on eclipse selenium java

sir getting this error in command prompt:

D:\Automation_Softwares_EXE\GroupDocs.Comparison-for-Java-master>java run -p 8080:8080 --env application.hostAddress=localhost -v pwdD:\Automation_Softwares_EXE\GroupDocs.Comparison-for-Java-master\release -v pwd /Licenses:/D:\Automation_Softwares_EXE\GroupDocs.Comparison-for-Java-master\release
Error: Could not find or load main class run
Caused by: java.lang.ClassNotFoundException: run

and also localhost is not opening
please help sir

@shivangia

This is not the UI project rather a console application.

  • Please download this showcase Spring project or in your console git clone https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java.git
  • Navigate to Spring application, have a look at this folder structure.png (21.5 KB) or in your console cd GroupDocs.Comparison-for-Java/Demos/Spring
  • Follow How to Run or in your console mvn clean spring-boot:run
git clone https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java.git
cd GroupDocs.Comparison-for-Java/Demos/Spring
mvn clean spring-boot:run
## Open http://localhost:8080/comparison/ in your favorite browser.