Forum Discussion

nsalomatin's avatar
nsalomatin
Occasional Contributor
10 years ago

Ready API doesn't work on linux

Hello!

 

I'm trying start Ready API 1.3.1 on linux (openSUSE 11.2 (x86_64)) and get some errors:

Exception in runnable
java.lang.UnsatisfiedLinkError: Can't load library: /home/autest/apps/ReadyAPI-1.3.1-x32/jre/lib/ext/i386/libjfxwebkit.so

....
(full text in attach file)

 

This directory "i386" located at "/home/autest/apps/ReadyAPI-1.3.1-x32/jre/lib/i386" by default. I don't know why api looks for in another path.

 

So, anybody know how can I fix this problem?

 

Thanks in advance!

6 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    From the first line of your description, it appears that you are using 64 bit machine where as you are using 32 bit Ready API installer? Try the right installer that suites your machine data model.
    • nsalomatin's avatar
      nsalomatin
      Occasional Contributor

      Unfortunately, with x64 installer I get the same problem.

      • nmrao's avatar
        nmrao
        Icon for Champion Level 1 rankChampion Level 1
        Ok. Here the way you can proceed.
        If you have the right Java Installation already on your machine, you may use that.
        I mean, define JAVA_HOME environment variable and add $JAVA_HOME/bin to PATH.

        Then try to start Ready API.

        If the above did not go well, then you may have see ready-api.sh what is going on.