This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (5 pts)
1 Replies Last post: Jul 4, 2008 10:56 PM by winsrev  
javaone9 Bronze 37 posts since
Jul 2, 2008
Currently Being Moderated

Jul 4, 2008 9:00 PM

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.

 

3. 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

winsrev KeyContributor 246 posts since
Jan 28, 2007
Currently Being Moderated
Jul 4, 2008 10:56 PM in response to: javaone9
Re: Spark 2.5.8 Can't find registry file, Eclipse

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

More Like This

  • Retrieving data ...