/ Published in: Java
Because the spark's startup process use a lot time, so add the final to make it faster.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Before Class sparkClass = loader.loadClass("org.jivesoftware.Spark"); //after Class sparkClass = loader.loadClass("org.jivesoftware.Spark");