How can I get rid of this Exception java.lang.ClassNotFoundException: com.jtattoo.plaf.luna.LunaLookAndFeel

五月 31, 2013 9:58:51 下午 org.jivesoftware.spark.util.log.Log error

SEVERE: Error Setting JTattoo

java.lang.ClassNotFoundException: com.jtattoo.plaf.luna.LunaLookAndFeel

at java.net.URLClassLoader$1.run(Unknown Source)

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at org.jivesoftware.Spark.loadLookAndFeel(Spark.java:285)

at org.jivesoftware.Spark.startup(Spark.java:177)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at org.jivesoftware.launcher.Startup.start(Startup.java:94)

at org.jivesoftware.launcher.Startup.main(Startup.java:44)

I run the startup.bat in target folder and keep getting this Exception.I’ve tried so many times but still couldn’t solve it.

Anyone here please help me out?

I know this is old, but just saw it. Ignore those exceptions, they come from a try/catch block that catches Exception – acting like a catch-all to prevent a LaF from crashing Spark. I’ve always had those eceptions at startup as well…