From e5d3af55a44d3e0c0eecc8c5fd3bab2abf2d3177 Mon Sep 17 00:00:00 2001
From: Sergey Ponomarev
-
+
+
The 'spark-core' module contains a class named org.jivesoftware.Spark
that can be used to start Spark. Find the class in the Eclipse Package Explorer, and open its context
- menu (right-click on the file). In that menu, use the 'Run as Java Application' option. Eclipse wil start
+ menu (right-click on the file). In that menu, use the 'Run as Java Application' option. Eclipse will start
to build Spark from the source code, after which Spark itself is started. If everything goes well, you will
see the Spark login screen within a matter of seconds!
+ To see logs in the console you should specify VM option -Ddebug.mode=true.