Package com.sap.hybris.sapcustomerb2c
Class Sapcustomerb2cStandalone
- java.lang.Object
-
- com.sap.hybris.sapcustomerb2c.Sapcustomerb2cStandalone
-
public class Sapcustomerb2cStandalone extends java.lang.ObjectDemonstration of how to write a standalone application that can be run directly from within eclipse or from the commandline.
To run this from commandline, just use the following command:
java -jar bootstrap/bin/ybootstrap.jar "new com.sap.hybris.sapcustomerb2c.Sapcustomerb2cStandalone().run();"From eclipse, just run as Java Application. Note that you maybe need to add all other projects like ext-commerce, ext-pim to the Launch configuration classpath.
-
-
Constructor Summary
Constructors Constructor Description Sapcustomerb2cStandalone()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Main class to be able to run it directly as a java program.voidrun()
-