Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Language Bindings
  4. I need some help with Jambi

I need some help with Jambi

Scheduled Pinned Locked Moved Language Bindings
2 Posts 2 Posters 1.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ayushagarwal
    wrote on last edited by
    #1

    I pulled a java application called NixNote from the git repo. It uses Jambi for UI stuff. The repo does not include the jambi jar as it is not OS independent. So I downloaded the jar, added it to the project. I also configured the native library path.
    This took care of the big red exclamation mark next to the project (in eclipse).
    However, when I try to run, I still get this error :

    Exception in thread "main" java.lang.ExceptionInInitializerError: qtjambi.version is not set!
    at com.trolltech.qt.Utilities.<clinit>(Utilities.java:79)
    at com.trolltech.qt.QtJambi_LibraryInitializer.<clinit>(QtJambi_LibraryInitializer.java:55)
    at com.trolltech.qt.QtJambiObject.<clinit>(QtJambiObject.java:60)

    Please help me.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arcangel.salazar
      wrote on last edited by
      #2

      This normally happens when the wrong library is loaded. Include only the library for the platformyou use.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved