Problem load plugins in mac

Hi, i have a new problem with my spark client. I tried to probe my source code of my spark client in mac, but i get some errors when i run this client. This erros are about load the plugins, i get a error with the ZipFile and JarFile methods. Something like this:

GRAVE: Error unzipping plugin

java.util.zip.ZipException: error in opening zip file

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(ZipFile.java:114)

at java.util.jar.JarFile.<init>(JarFile.java:133)

at java.util.jar.JarFile.<init>(JarFile.java:97)

at org.jivesoftware.spark.PluginManager.unzipPlugin(PluginManager.java:542)

at org.jivesoftware.spark.PluginManager.expandNewPlugins(PluginManager.java:463)

at org.jivesoftware.spark.PluginManager.loadPublicPlugins(PluginManager.java:480)

at org.jivesoftware.spark.PluginManager.loadPlugins(PluginManager.java:168)

at org.jivesoftware.spark.Workspace$2.finished(Workspace.java:247)

at org.jivesoftware.spark.util.SwingWorker$2$1.run(SwingWorker.java:136)

at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

at java.awt.EventQueue.dispatchEvent(EventQueue.java:598)

at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:30 0)

at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:210)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:20 0)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:195)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:187)

at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

10-ago-2007 13:29:46 org.jivesoftware.spark.util.log.Log error

In windows, everithing is well, the problem is in mac OS. Well, i hope somebody could help me. Thanks.

I’m going to move this thread from the lounge to the Spark Dev area to make sure that Derek sees it.