Package org.kissweb

Class Main

java.lang.Object
org.kissweb.Main

public class Main extends Object
This class is only used for command-line execution of Kiss. So, if Kiss is run from the command-line, this is the class that gets executed. This class is not used in any of the web environments (including develop).

The command-line jar file is built with: ./bld kisscmd

This creates the file: work/kisscmd.jar

To execute do: java -jar kisscmd.jar
  • Constructor Details

    • Main

      public Main()
  • Method Details