Spark 2.5.8 Can't find registry file, Eclipse

I checked out Spark 2.5.8 source code:

svn co http://svn.igniterealtime.org/svn/repos/spark/tags/spark_2_5_8 spark258

  1. Is it the right way to check out Spark 2.5.8 version?

  2. After importing the Spark into Eclipse, showing error:

LoginDialog.java

GSSAPIConfiguration config = new GSSAPIConfiguration();

GSSAPIConfiguration can not be resolved.

But building using ant release is OK.

When I change source, I need to ant clean. Otherwise startup.bat will show compile error.

  1. When login into Spark(using startup.bat),

/lib/windows" org.jivesoftware.launcher.Startup

java.lang.reflect.InvocationTargetException

DirectSound Capture Supported = true

Exception on commit = java.io.IOException: Can’t find registry file

DirectSoundAuto: Committed ok

JavaSound Capture Supported = true

Exception on commit = java.io.IOException: Can’t find registry file

JavaSoundAuto: Committed ok

Where is the registry file?

Thanks in advance for help.

Dave

This isn’t really a “fail”, seen as Spark will throw that error anyway. I’ll be sure to look into it though.