Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

weixianggoh/java_component_based_virtual_e_store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instruction to import in Eclipse

  1. Choose 'File->Import' menu from Eclipse.
  2. From the 'Import' pop-up dialog window, select 'Existing Projects into Workspace' under 'General'. Click on 'Next' button.
  3. Add files into workspace
    • ComponentModel
    • ComponentRunner
  4. Select all the projects listed above and click on the 'Finish' button.
  5. Selected projects get added to your Eclipse workspace.
  6. From the context pop-up menu, select 'Run as -> Run Configurations' option.
  7. In the pop-up dialog titled 'Run Configurations' go to 'Arguments' tab.
  8. There in the 'Program Arguments' text box ,write 'codabook.virtualstore.application.UI'. This is the name of the main file of the application you want to execute.

Screenshot

Screenshot

  1. Now navigate to the 'Classpath' tab in the same dialog and select 'User Entries' from the classpath list box.
  2. Click on 'Add Jars' which will provide you with a jar selection dialog.Select the following jar files present in the 'ComponentRunner' project:
    • ApplicationCurrency.jar
    • Base.jar
    • Inventory.jar
    • Cart.jar
    • ComponentModal.jar
  3. Click on 'Add Jars' which will provide you with a jar selection dialog.Select the following jar files present in the 'ComponentRunner/lib' project :
    • json-20160810.jar

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages