I have been testing QT-Jambi under MacOS without getting it to work. I tested one of the code examples that was provided with QT-Jambi. It compiles without errors but I get the following message when trying to run it:

Qt Code:
  1. Exception in thread "main" java.lang.ExceptionInInitializerError
  2. at com.trolltech.qt.QtJambiObject.<clinit>(QtJambiObject.java:60)
  3. Caused by: java.lang.RuntimeException: Loading library failed, progress so far:
  4. No 'qtjambi-deployment.xml' found in classpath, loading libraries via 'java.library.path'
  5. Loading library: 'libQtCore.4.dylib'...
  6. - using 'java.library.path'
  7.  
  8. at com.trolltech.qt.internal.NativeLibraryManager.loadNativeLibrary(NativeLibraryManager.java:431)
  9. at com.trolltech.qt.internal.NativeLibraryManager.loadQtLibrary(NativeLibraryManager.java:355)
  10. at com.trolltech.qt.Utilities.loadQtLibrary(Utilities.java:140)
  11. at com.trolltech.qt.Utilities.loadQtLibrary(Utilities.java:136)
  12. at com.trolltech.qt.QtJambi_LibraryInitializer.<clinit>(QtJambi_LibraryInitializer.java:56)
  13. ... 1 more
  14. Caused by: java.lang.RuntimeException: Library 'libQtCore.4.dylib' was not found in 'java.library.path'=.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
  15. at com.trolltech.qt.internal.NativeLibraryManager.loadLibrary_helper(NativeLibraryManager.java:486)
  16. at com.trolltech.qt.internal.NativeLibraryManager.loadNativeLibrary(NativeLibraryManager.java:426)
  17. ... 5 more
  18. Java Result: 1
To copy to clipboard, switch view to plain text mode 

Does anyone know what's wrong? Is qtjambi-deployment.xml something that I have to add? If that's the case, how do I write and add one of those?
Does anyone have a guide on how to start using QT-Jambi?
I am using MacOS 10.6.1, Java 1.6.0_15 and NetBeans 6.7
If anyone has anything that would help, I would really appreciate if you shared it with me. Thanks in advance!